import { ScanReport } from '../types'; export declare class JsonReporter { generate(report: ScanReport): string; writeToFile(report: ScanReport, filePath: string): void; } //# sourceMappingURL=JsonReporter.d.ts.map