import { Branch } from '../../typings/git';
export declare const getBranchName: (branch: Branch) => [string, [number, number]];
//# sourceMappingURL=getBranchName.d.ts.map