import * as z from "zod/v4-mini"; export type BenefitLicenseKeyActivationCreateProperties = { limit: number; enableCustomerAdmin: boolean; }; /** @internal */ export type BenefitLicenseKeyActivationCreateProperties$Outbound = { limit: number; enable_customer_admin: boolean; }; /** @internal */ export declare const BenefitLicenseKeyActivationCreateProperties$outboundSchema: z.ZodMiniType; export declare function benefitLicenseKeyActivationCreatePropertiesToJSON(benefitLicenseKeyActivationCreateProperties: BenefitLicenseKeyActivationCreateProperties): string; //# sourceMappingURL=benefitlicensekeyactivationcreateproperties.d.ts.map