import Redis from 'ioredis'; export declare const redisHealthIndicatorProvider: { provide: string; useFactory: () => Redis; };