import * as z from "zod/v4-mini"; import { ClosedEnum } from "../../types/enums.js"; export declare const CustomerSubscriptionSortProperty: { readonly StartedAt: "started_at"; readonly MinusStartedAt: "-started_at"; readonly Amount: "amount"; readonly MinusAmount: "-amount"; readonly Status: "status"; readonly MinusStatus: "-status"; readonly Organization: "organization"; readonly MinusOrganization: "-organization"; readonly Product: "product"; readonly MinusProduct: "-product"; }; export type CustomerSubscriptionSortProperty = ClosedEnum; /** @internal */ export declare const CustomerSubscriptionSortProperty$outboundSchema: z.ZodMiniEnum; //# sourceMappingURL=customersubscriptionsortproperty.d.ts.map