export declare const navigateTo: (arg?: any) => Promise; export declare const navigateBack: (arg?: any) => Promise; export declare const redirectTo: (arg?: any) => Promise; export declare const reLaunch: (arg?: any) => Promise; export declare const switchTab: (arg?: any) => Promise;