export type BranchBaseResolutionCache = { allCandidateRefsByRepositoryKey: Map; repositoryKeyByGitCwd: Map; }; export declare function createBranchBaseResolutionCache(): BranchBaseResolutionCache; export declare function listCandidateRefs(gitCwd: string, branch: string, cache?: BranchBaseResolutionCache): string[]; //# sourceMappingURL=branchBaseRefCache.d.ts.map