export declare enum LogLevels { DEBUG = "debug", INFO = "info", WARN = "warn", ERROR = "error", FATAL = "fatal" }