import type { AnalysisDiagnostic } from "@telorun/analyzer"; import { DiagnosticSeverity } from "@telorun/analyzer"; /** Resolves a possibly-undefined analyzer severity to a concrete level. * `Warning` is the default — matches VS Code adapter's prior inline behavior. */ export declare function resolveSeverity(d: AnalysisDiagnostic): DiagnosticSeverity; //# sourceMappingURL=severity.d.ts.map