import { ScanReport } from '../types'; /** * Format a ScanReport as a JSON string. */ export declare function formatJson(report: ScanReport): string; //# sourceMappingURL=json-formatter.d.ts.map