import type { Problem } from '../../types/index.js'; /** * Output problems in JSON format to file or stdout */ export declare function outputJsonFormat(problems: Problem[], fileCount: number, outputPath?: string, baseline?: { matched: number; new: number; stale: number; }): Promise; //# sourceMappingURL=json.d.ts.map