/** * `window.open` can execute arbitrary JavaScript if passed an argument with the `javascript` protocol. * This function validates the protocol before invoking `window.open`. * * @remarks This function should be used over `window.open`. * * @param url - Target url to open. * * @internal */ export declare function safeWindowOpen(url: string): void; //# sourceMappingURL=SafeWindowOpen.d.ts.map