import * as z from "zod/v4-mini"; import { ClosedEnum } from "../../types/enums.js"; export declare const PaymentSortProperty: { readonly CreatedAt: "created_at"; readonly MinusCreatedAt: "-created_at"; readonly Status: "status"; readonly MinusStatus: "-status"; readonly Amount: "amount"; readonly MinusAmount: "-amount"; readonly Method: "method"; readonly MinusMethod: "-method"; }; export type PaymentSortProperty = ClosedEnum; /** @internal */ export declare const PaymentSortProperty$outboundSchema: z.ZodMiniEnum; //# sourceMappingURL=paymentsortproperty.d.ts.map