/** * 从 Winget 下载 Chrome 浏览器 * @param dir 下载目标目录 */ export declare function downloadChrome(dir: string): Promise;