export declare const openURL: (url: string | undefined | null, ev: Event | undefined | null) => Promise<boolean>;
