import { HandlerContext } from "../../HandlerContext"; import { RepoRef } from "./RepoId"; /** * A function that knows how to find RepoIds from a context */ export declare type RepoFinder = (context: HandlerContext) => Promise; //# sourceMappingURL=repoFinder.d.ts.map