export declare enum CacheProviders {
    IOREDIS = "ioredis",
    IN_MEMORY = "memory"
}
