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