export declare enum SeverityLevel { Info = 0, Warning = 1, Danger = 2, Breaking = 3 } //# sourceMappingURL=severityLevel.d.ts.map