import { RabbitConsumerConfig } from './consumer-config'; export declare const CompetingRabbitConsumer: (config: RabbitConsumerConfig) => (target: object | TFunction, propertyKey?: string | symbol | undefined, descriptor?: TypedPropertyDescriptor | undefined) => void; export declare const PublicRabbitConsumer: (config: RabbitConsumerConfig) => (target: object | TFunction, propertyKey?: string | symbol | undefined, descriptor?: TypedPropertyDescriptor | undefined) => void;