import { BridgeContext } from "../runtime/global"; export declare function navigator(context: BridgeContext): { push: (source: string, config?: { alias?: string | undefined; animated?: boolean | undefined; extra?: object | undefined; singlePage?: boolean | undefined; } | undefined) => Promise; pop: (animated?: boolean) => Promise; openUrl: (url: string) => Promise; };