export declare const enforceWebURLProtocol: (url: string) => string; export declare const openURL: (url: string) => Promise;