/** * Reads the BROWSER environment variable and decides what to do with it. */ export declare function openBrowser(url: string, needEncodeURI?: boolean): Promise;