export declare function validateDto(dto: Partial, DtoConstructor: { new (): T; }, options?: { addressKeys?: (keyof T)[]; }): Promise;