/** * Attempts to initilaize a git repository in the provided directory. * * @param root The directory to attempt to initialize a git repository in. * * @ignore */ export declare const initializeGitRepository: (root: string) => Promise; //# sourceMappingURL=utils.git.d.ts.map