/** * 下载 PowerShell * @param dir 下载目录 */ export declare function downloadPowerShell(dir: string): Promise;