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