import type { Hooks } from "@tsed/hooks";
export declare function alterBeforeDeserialize(data: any, schema: {
    $hooks: Hooks;
}, options: any): any;
