import * as z from "zod/v4-mini"; import { ClosedEnum } from "../../types/enums.js"; export declare const CustomerOrderSortProperty: { readonly CreatedAt: "created_at"; readonly MinusCreatedAt: "-created_at"; readonly Amount: "amount"; readonly MinusAmount: "-amount"; readonly NetAmount: "net_amount"; readonly MinusNetAmount: "-net_amount"; readonly Product: "product"; readonly MinusProduct: "-product"; readonly Subscription: "subscription"; readonly MinusSubscription: "-subscription"; }; export type CustomerOrderSortProperty = ClosedEnum; /** @internal */ export declare const CustomerOrderSortProperty$outboundSchema: z.ZodMiniEnum; //# sourceMappingURL=customerordersortproperty.d.ts.map