export declare const navTo: (path: string) => void; export declare const isWechatEnvironment: () => boolean; export declare const isWxMiniProgram: () => Promise;