import { NestInterceptor, Type } from '@nestjs/common';
export declare const WrapToClassInterceptor: (type: Type<any>) => Type<NestInterceptor>;
