import { type HistoryExcerpt } from "./history.js"; export declare function buildHistoryPrompt(excerpts: HistoryExcerpt[]): string; export declare function runHistoryCli(repoRoot: string, opts: { model: string | null; }): Promise; //# sourceMappingURL=history-cli.d.ts.map