import { TypeRmqInterceptor } from 'lib/interfaces';
export declare const RmqInterceptor: (interceptors: TypeRmqInterceptor) => MethodDecorator & ClassDecorator;
