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