import * as z from "zod/v4-mini"; import { ClosedEnum } from "../../types/enums.js"; export declare const CheckoutSortProperty: { readonly CreatedAt: "created_at"; readonly MinusCreatedAt: "-created_at"; readonly ExpiresAt: "expires_at"; readonly MinusExpiresAt: "-expires_at"; readonly Status: "status"; readonly MinusStatus: "-status"; }; export type CheckoutSortProperty = ClosedEnum; /** @internal */ export declare const CheckoutSortProperty$outboundSchema: z.ZodMiniEnum; //# sourceMappingURL=checkoutsortproperty.d.ts.map