import { JsonHookContext, JsonSchema } from"@tsed/schema";
/**
* Execute the `onDeserialize` hooks registered on a schema before writing the value onto the target.
*/exportdeclarefunctionalterOnDeserialize(schema: JsonSchema, value: any, options: JsonHookContext): any;