import redisLib from 'ioredis';
export declare const getRedis: (redisUrl: string) => redisLib;
