import { Type } from '@nestjs/common';
export declare function validateEntity<T>(value: unknown, toEntity: Type<T>): Promise<T>;
