import type { RepoOverview } from './types.js'; export declare function read_repo_overview(cwd: string): Promise;