import { type ScanReport } from '../types/index.js';
export declare class JsonReporter {
    output(report: ScanReport): Promise<void>;
    writeToFile(report: ScanReport, filePath: string): Promise<void>;
}
//# sourceMappingURL=json.d.ts.map