export declare function browserOpenInvocation(url: string): { command: string; args: string[]; }; export declare function openUrlInBrowser(url: string): Promise; //# sourceMappingURL=browser.d.ts.map