/** * Human-readable formatting for an eval run report. Kept separate from the * runner so the CLI can print a table while CI consumes the JSON shape. */ import type { EvalRunReport } from "./types.js"; /** Render a scored table for the terminal. */ export declare function formatReport(report: EvalRunReport): string; //# sourceMappingURL=report.d.ts.map