import * as z from "zod/v4-mini"; export type CustomerBenefitGrantLicenseKeysUpdate = { benefitType: "license_keys"; }; /** @internal */ export type CustomerBenefitGrantLicenseKeysUpdate$Outbound = { benefit_type: "license_keys"; }; /** @internal */ export declare const CustomerBenefitGrantLicenseKeysUpdate$outboundSchema: z.ZodMiniType; export declare function customerBenefitGrantLicenseKeysUpdateToJSON(customerBenefitGrantLicenseKeysUpdate: CustomerBenefitGrantLicenseKeysUpdate): string; //# sourceMappingURL=customerbenefitgrantlicensekeysupdate.d.ts.map