import type { Report } from '../schemas/report.js'; export declare function renderJsonReport(report: Report): string; //# sourceMappingURL=json-report.d.ts.map