import { Type } from '@nestjs/common'; import { ClassDecoratorFactory } from '../interfaces/class-decorator-factory.interface'; export declare function IntersectionType(classARef: Type, classBRef: Type, decorator?: ClassDecoratorFactory): Type; //# sourceMappingURL=intersection-type.helper.d.ts.map