export declare const Listener: (queue: string, channelName?: string) => (target: any, propertyKey: string, descriptor: PropertyDescriptor) => void;
