/** * returns the _current_ git branch in the given repo */ export declare function getCurrentGitBranch(baseDir?: string): Promise; //# sourceMappingURL=getGitBranch.d.ts.map