import { RabbitPublishDecoratorOptions } from '../models'; export declare function RabbitExchange(exchange: string, routingKey: string, options?: RabbitPublishDecoratorOptions, conId?: string): MethodDecorator; //# sourceMappingURL=rabbit.publisher.d.ts.map