import type * as KafkaJSTypes from 'kafkajs'; export declare const EVENT_LISTENERS_SET: unique symbol; export interface ConsumerExtended extends KafkaJSTypes.Consumer { [EVENT_LISTENERS_SET]?: boolean; } export interface ProducerExtended extends KafkaJSTypes.Producer { [EVENT_LISTENERS_SET]?: boolean; } //# sourceMappingURL=internal-types.d.ts.map