import type { Diagnostic } from 'vscode-languageserver-protocol'; import type { SeverityName } from '../types.js'; export declare function formatDiagnostics(byFile: Map, opts: { cwd: string; severityFilter: SeverityName[]; maxPerFile: number; maxTotal: number; }): string; //# sourceMappingURL=diagnostics.d.ts.map