import { IApiControllerIdentityPlan } from '../../../../../interface/class/api/controller/identity-plan.interface';
/**
 * Stores a compiled generated GET identity plan on controller method metadata.
 * @param {object} handler - Exact generated handler function.
 * @param {IApiControllerIdentityPlan} plan - Compiled identity plan.
 * @returns {void}
 */
export declare function ApiControllerIdentityPlanSet(handler: object, plan: IApiControllerIdentityPlan): void;
