import { ScanReport } from './types'; export declare function writeReport(report: ScanReport, absoluteOutputPath: string): Promise; export declare function printReport(report: ScanReport): void;