export declare enum Level { ERROR = "error", WARN = "warn", INFO = "info", DEBUG = "debug", TRACE = "trace" }