export type SeverityLevel = 'fatal' | 'error' | 'warning' | 'log' | 'info' | 'debug'; //# sourceMappingURL=severity.d.ts.map