import { RabbitQueueMetadata } from '../../interfaces'; export declare function rabbitConsume(queue: RabbitQueueMetadata): MethodDecorator;