import type { ChangedFile } from "./types.js"; export declare function buildSimplifyPrompt(files: readonly ChangedFile[]): string; //# sourceMappingURL=prompt-builder.d.ts.map