export declare const checkGitInstallation: () => Promise<boolean>;
export declare const checkIfFolderIsGitRepo: (folder: string) => Promise<boolean>;
export declare const createGitRepository: (folder: string) => Promise<void>;
//# sourceMappingURL=git.d.ts.map