/** * Open Browser Utility * Opens the default browser to a specific URL */ export declare function openBrowser(url: string): void; //# sourceMappingURL=open.d.ts.map