export declare enum ELogTypes {
    Debug = "debug",
    Error = "error",
    Warn = "warn",
    Log = "log"
}
