import { CiEnv } from "env-ci"; /** Get the current branch the git repo is set to */ export declare function getCurrentBranch(env?: Partial): string | undefined; //# sourceMappingURL=get-current-branch.d.ts.map