export declare function machineHasGit(): Promise; export declare function throwErrorIfGitNotInstalled(): Promise; export declare function initGitRepository(relativePath: string, verbose?: boolean): Promise; export declare function cloneGitRepository(gitUrl: string, targetDir: string): Promise;