import * as z from "zod/v4-mini"; import { ClosedEnum } from "../../types/enums.js"; export declare const CustomerBenefitGrantSortProperty: { readonly GrantedAt: "granted_at"; readonly MinusGrantedAt: "-granted_at"; readonly Type: "type"; readonly MinusType: "-type"; readonly Organization: "organization"; readonly MinusOrganization: "-organization"; readonly ProductBenefit: "product_benefit"; readonly MinusProductBenefit: "-product_benefit"; }; export type CustomerBenefitGrantSortProperty = ClosedEnum; /** @internal */ export declare const CustomerBenefitGrantSortProperty$outboundSchema: z.ZodMiniEnum; //# sourceMappingURL=customerbenefitgrantsortproperty.d.ts.map