import type { ScanStats } from '../../config/types.js'; /** * Print scan statistics for codebase scanning. * @param stats The scan statistics * @param showStats Whether to show statistics */ export declare function printStats(stats: ScanStats, showStats: boolean): void; //# sourceMappingURL=printStats.d.ts.map