import * as z from "zod/v4-mini"; export type CustomerBenefitGrantCustomUpdate = { benefitType: "custom"; }; /** @internal */ export type CustomerBenefitGrantCustomUpdate$Outbound = { benefit_type: "custom"; }; /** @internal */ export declare const CustomerBenefitGrantCustomUpdate$outboundSchema: z.ZodMiniType; export declare function customerBenefitGrantCustomUpdateToJSON(customerBenefitGrantCustomUpdate: CustomerBenefitGrantCustomUpdate): string; //# sourceMappingURL=customerbenefitgrantcustomupdate.d.ts.map