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