export declare enum LOG_LEVEL { ERROR = "error", WARN = "warn", INFO = "info", DEBUG = "debug" } //# sourceMappingURL=logLevel.d.ts.map