export declare function browserOpenCommand(url: string, platform?: NodeJS.Platform): [string, ...string[]] | null; export declare function openBrowser(url: string): Promise;