import { DiagnosticSeverity } from '@stoplight/types';
export declare function getSeverityName(severity: DiagnosticSeverity): string;
