import type { Report } from '../core/types.js'; export function renderJson(rep: Report): string { return JSON.stringify(rep, null, 2); }