import { Provider } from "@nestjs/common";
export declare const REDIS_PUBSUB = "REDIS_PUBSUB";
/**
 * Load-bearing Redis connection used by libs/messaging to publish realtime
 * events (see libs/messaging/src/events-bus.ts) — distinct from
 * redis.provider.ts's dev-only, capped-retry client, which only backs the
 * throwaway /dev/ping demo. Normal ioredis retry/backoff applies: if Redis
 * is down, writes still succeed but nobody gets a live update until it's
 * back (acceptable — catch-up on reconnect, §5.3, is what repairs that gap).
 */
export declare const redisPubSubProvider: Provider;
//# sourceMappingURL=redis-pubsub.provider.d.ts.map