/** * Best-effort browser opening for OAuth and other login flows. */ /** * Open a URL in the default browser without going through a shell. * Only well-formed http(s) URLs are opened; anything else is ignored * (the URL is still displayed for the user to open manually). */ export declare function openUrlInBrowser(url: string): void; //# sourceMappingURL=open-url.d.ts.map