import type { AuditFindingsReport } from "audit-tools/shared"; /** * Prompt for the optional synthesis-narrative pass. The host groups the * already-finalized deterministic findings into root-cause themes and writes a * `SynthesisNarrative` JSON document — it does not re-audit or invent findings. */ export declare function renderSynthesisNarrativePrompt(report: AuditFindingsReport): string; //# sourceMappingURL=synthesisNarrativePrompt.d.ts.map