/**
 * Check both redis(ioredis & upstash) instance reference.
 * Throws an error if neither is present.
 * @returns
 */
export declare const checkRedis: () => boolean;
