export declare const navigateToBizScene: (args: { sceneCode: string; param?: { [key: string]: any; scheme?: string | undefined; } | undefined; } & import("@hylid/types").AsyncCallback) => void; export default navigateToBizScene; export declare const navigateToBizSceneAsync: (args?: ({ sceneCode: string; param?: { [key: string]: any; scheme?: string | undefined; } | undefined; } & import("@hylid/types").AsyncCallback) | undefined) => Promise;