import type { Repository } from './listRepos.js';
export declare const loadRepoList: (location: string) => Promise<Array<Omit<Repository, "id">>>;
