import type { Report } from '../types'; export declare function renderJson(report: Report, options?: { pretty?: boolean; }): string;