/** * 下载 Firefox 浏览器中文版 * @param dir 下载目录 */ export declare function downloadFirefox(dir: string): Promise;