import { Type } from '@nestjs/common'; export declare function PartialType(classRef: Type, options?: { skipNullProperties?: boolean; }): Type>;