import { Opts } from "../types.js"; /** * Return a cached value of a best guess of the repo's default branch */ export declare function getDefaultBranch(opts?: Pick): Promise; //# sourceMappingURL=defaultBranch.d.ts.map