import type { Problem } from '../../types/index.js'; /** * Output problems in table format to console */ export declare function outputTableFormat(problems: Problem[], fileCount: number, showStats?: boolean): void; //# sourceMappingURL=table.d.ts.map