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