import type { RedisClientType } from '@redis/client'; export declare const getRedisClient: () => Promise; /** * Synchronous way to get redis client. Make sure to call connect on it before usage */ export declare const getRedisClientSync: () => RedisClientType;