/** * Open a browser window to the given URL. * * @param url - The URL to open */ export declare function OpenURL(url: string | URL): Promise;