import type { ResolvedRepo } from "./manager.js"; /** * Resolves a local repository path, validates it's a git repo, and gets HEAD. */ export declare function resolveLocalRepo(path: string, name: string, basePath: string): Promise; //# sourceMappingURL=local.d.ts.map