import * as z from "zod/v4-mini"; import { ClosedEnum } from "../../types/enums.js"; export declare const SubscriptionSortProperty: { readonly Customer: "customer"; readonly MinusCustomer: "-customer"; readonly Status: "status"; readonly MinusStatus: "-status"; readonly StartedAt: "started_at"; readonly MinusStartedAt: "-started_at"; readonly CurrentPeriodEnd: "current_period_end"; readonly MinusCurrentPeriodEnd: "-current_period_end"; readonly EndedAt: "ended_at"; readonly MinusEndedAt: "-ended_at"; readonly EndsAt: "ends_at"; readonly MinusEndsAt: "-ends_at"; readonly Amount: "amount"; readonly MinusAmount: "-amount"; readonly Product: "product"; readonly MinusProduct: "-product"; readonly Discount: "discount"; readonly MinusDiscount: "-discount"; }; export type SubscriptionSortProperty = ClosedEnum; /** @internal */ export declare const SubscriptionSortProperty$outboundSchema: z.ZodMiniEnum; //# sourceMappingURL=subscriptionsortproperty.d.ts.map