export declare enum Severity {
    INFO = "INFO",
    WARNING = "WARNING",
    ERROR = "ERROR"
}
//# sourceMappingURL=severity-level.d.ts.map