/** * 检查 Git 是否已安装 */ export declare function isGitInstalled(): Promise; /** * 初始化 Git 仓库 */ export declare function initGitRepo(cwd: string): Promise; //# sourceMappingURL=git.d.ts.map