export declare enum LogLevel {
    verbose = "verbose",
    warn = "warn",
    error = "error",
    none = "none"
}
