import type { Constructor } from '@automapper/core'; import type { MappedType } from './mapped-type'; export declare function MapperIntersectionType(classARef: Constructor, classBRef: Constructor): MappedType;