/** * Best-effort browser launch. Every caller also prints the URL, so a failure * here is never fatal: headless boxes and sandboxes simply fall back to the * user opening the link themselves. */ export declare function openBrowser(url: string): void; //# sourceMappingURL=openBrowser.d.ts.map