import { Severity } from '@hint/utils-types'; export declare const severityToColor: (severity: Severity) => import('chalk').Chalk; //# sourceMappingURL=severity-to-color.d.ts.map