import { Type } from "@nestjs/common";
import { CastModuleOptions } from "../interfaces";
export declare function castValue<T>(value: any, model: Type<T>, options: CastModuleOptions): T;
