import { type ClassConstructor } from "class-transformer"; export declare function modelToDto(model: Partial, dtoCtor: ClassConstructor, ...propsToMap: Array): Partial;