import type { Problem, RuleBreakdown } from '../types/index.js'; /** * Generate breakdown statistics by rule */ export declare function getBreakdownStats(problems: Problem[]): RuleBreakdown; /** * Display detailed statistics to console */ export declare function showDetailedStats(fileCount: number, problems: Problem[]): void; //# sourceMappingURL=statistics.d.ts.map