import { Type } from '@nestjs/common'; export declare function IntersectionType(classARef: Type, classBRef: Type): Type;