import { ReportData } from './types.js';
export declare function writeReport(cwd: string, data: ReportData, outDir?: string): void;
