/** * 下载 Git 版本控制工具 * @param dir 下载目录 */ export declare function downloadGit(dir: string): Promise;