export type BranchEntryPoint = { baseCommit: string; firstCommit: string; }; export declare function resolveBranchEntryPointFromReflog(gitCwd: string, branch: string): BranchEntryPoint | null; export declare function readCommitSubject(gitCwd: string, commit: string): string; //# sourceMappingURL=branchEntryPointResolver.d.ts.map