/** * Open a URL in the default browser (cross-platform) */ export declare function openBrowser(url: string): void;