import { Response } from "simple-git/typings/simple-git";
export declare function clone(repoPath: string, localPath: string, depth?: number): Response<string>;
//# sourceMappingURL=GitHelper.d.ts.map