/** * Best-effort: open `url` in the user's default browser. * * Cross-platform without dependencies. Failures are swallowed (CI / headless * containers / SSH sessions are expected to fail) — callers should still log * the URL so the user can open it manually. */ export declare function openInBrowser(url: string): void; //# sourceMappingURL=open-browser.d.ts.map