import exitMiniProgram from './exitMiniProgram'; import launchApp from './launchApp'; import launchMiniProgram from './launchMiniProgram'; import launchBaseMiniProgram from './launchBaseMiniProgram'; import openSuposPage from './openSuposPage'; /** * * @name navigate * @title 跳转 */ declare const _default: { exitMiniProgram: typeof exitMiniProgram; launchApp: typeof launchApp; launchMiniProgram: typeof launchMiniProgram; launchBaseMiniProgram: typeof launchBaseMiniProgram; openSuposPage: typeof openSuposPage; }; export default _default;