import { Redis } from 'ioredis'; import { InMemory } from './in-memory-adapter'; export declare type AvailableProviders = Redis | InMemory;