/** * Best-effort: opens `url` in the user's default browser. Never throws and never blocks the * OAuth flow — every failure mode (missing `xdg-open` in a minimal container, headless CI, an * unrecognized platform) is swallowed, because the caller has already printed the URL for the * user to open by hand as the fallback. */ export declare function openBrowser(url: string): void; //# sourceMappingURL=browser.d.ts.map