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