export function client({ redisUrl, redisOptions }?: { redisUrl: any; redisOptions: any; }): Redis; import { Redis } from 'ioredis';