import * as z from "zod/v4-mini"; import { ClosedEnum } from "../../types/enums.js"; export declare const BenefitGrantSortProperty: { readonly CreatedAt: "created_at"; readonly MinusCreatedAt: "-created_at"; readonly GrantedAt: "granted_at"; readonly MinusGrantedAt: "-granted_at"; readonly RevokedAt: "revoked_at"; readonly MinusRevokedAt: "-revoked_at"; }; export type BenefitGrantSortProperty = ClosedEnum; /** @internal */ export declare const BenefitGrantSortProperty$outboundSchema: z.ZodMiniEnum; //# sourceMappingURL=benefitgrantsortproperty.d.ts.map