/** * Open the room URL in the system browser without a shell string. Only * loopback http URLs are allowed: the broker never serves anything else. */ export declare function openBrowser(url: string, platform?: NodeJS.Platform): Promise; //# sourceMappingURL=open-browser.d.ts.map