export declare enum LoggerEnums { Trace = "trace", Debug = "debug", Info = "info", Log = "log", Warn = "warn", Error = "error" }