declare function addFileToStage(filePath: string, cmdPath?: string): Promise; declare function checkUnstaged(path?: string): Promise; declare function commitMessage(message: string, path?: string): Promise; declare function isInGitRepository(path?: string): Promise; declare function tryGitInit(path?: string): Promise; declare function getCurrentBranchName(path?: string): Promise; export { isInGitRepository, tryGitInit, getCurrentBranchName, addFileToStage, commitMessage, checkUnstaged, }; //# sourceMappingURL=git.d.ts.map