import type { Problem, ReportOptions } from '../types/index.js'; /** * Generate report in the specified format */ export declare function generateReport(problems: Problem[], fileCount: number, options: ReportOptions): Promise; /** * Generate empty report for cases where no files are found */ export declare function generateEmptyReport(options: ReportOptions): Promise; //# sourceMappingURL=index.d.ts.map