import { RetrievalSweepResult, SweepSummary } from "./retrieval-eval.types"; /** * Renders a sweep to markdown, leading with the number that decides whether a * change ships. * * A token-accounting mismatch is rendered as a banner, not a column: a sweep * whose own arithmetic does not close cannot be used as a baseline, and that * must not be discoverable only by reading a table. */ export declare function renderSweepReport(summary: SweepSummary): string; //# sourceMappingURL=sweep-report.d.ts.map