export declare enum LogLevel { ERROR = "ERROR", WARNING = "WARNING", DEBUG = "DEBUG", VERBOSE = "VERBOSE" }