import * as z from "zod/v4-mini"; export type CustomerBenefitGrantDownloadablesUpdate = { benefitType: "downloadables"; }; /** @internal */ export type CustomerBenefitGrantDownloadablesUpdate$Outbound = { benefit_type: "downloadables"; }; /** @internal */ export declare const CustomerBenefitGrantDownloadablesUpdate$outboundSchema: z.ZodMiniType; export declare function customerBenefitGrantDownloadablesUpdateToJSON(customerBenefitGrantDownloadablesUpdate: CustomerBenefitGrantDownloadablesUpdate): string; //# sourceMappingURL=customerbenefitgrantdownloadablesupdate.d.ts.map