import type { Hooks } from "@tsed/hooks"; /** * Trigger the `beforeDeserialize` hooks declared on the schema to massage raw payloads * prior to property mapping. */ export declare function alterBeforeDeserialize(data: any, schema: { $hooks: Hooks; }, options: any): any;