declare const navigate: (web: string | undefined, ios: string | undefined, android: string | undefined) => Promise>; export default navigate;