import { GitState } from "../../types/git/GitState";
export declare function getBranchState(cwd?: string): Promise<GitState>;
//# sourceMappingURL=getBranchState.d.ts.map