import { ScanReport } from '../types'; export declare function printReport(report: ScanReport): void; export declare function buildSarifReport(report: ScanReport): object; export declare function writeSarifReport(report: ScanReport, outputPath: string): void; export declare function writeJsonReport(report: ScanReport, outputPath: string): void; //# sourceMappingURL=reporter.d.ts.map