import { RedisGroupNotificationConsumer } from './RedisGroupNotificationConsumer'; import { RedisGroupNotificationPublisher } from './RedisGroupNotificationPublisher'; import { RedisNotificationConfig } from './RedisNotificationFactory'; export declare function createGroupNotificationPair(config: RedisNotificationConfig): { publisher: RedisGroupNotificationPublisher; consumer: RedisGroupNotificationConsumer; };