import type { LintResult } from './diagnostic.js'; export type LintReportFormat = 'json' | 'stylish'; export declare function formatLintResult(result: LintResult, format?: LintReportFormat): string; //# sourceMappingURL=report.d.ts.map