export declare enum DebugLevel { FATAL = "fatal", ERROR = "error", WARN = "warn", INFO = "info", DEBUG = "debug", TRACE = "trace" } //# sourceMappingURL=debugLevel.d.ts.map