/** * Human-readable and machine-readable report generation. */ import type { BenchmarkEvaluationResult } from "./types.js"; export declare function generateTextReport(result: BenchmarkEvaluationResult): string; export declare function generateJsonReport(result: BenchmarkEvaluationResult): string; //# sourceMappingURL=report.d.ts.map