export declare function notifyLaunchError(message: string, opts?: { platform?: NodeJS.Platform; home?: string; }): void; export declare function openBrowser(url: string, platform?: NodeJS.Platform): void; //# sourceMappingURL=console-notify.d.ts.map