import type { Hooks } from "@tsed/hooks";
/**
 * Trigger the `afterDeserialize` lifecycle in order to finalize instances after mapping.
 */
export declare function alterAfterDeserialize(data: any, schema: {
    $hooks: Hooks;
}, options: any): any;
