import Redis from 'ioredis';
export declare function createRedisClient(): Promise<Redis.Redis | null>;
