import * as z from "zod/v4-mini"; import { OpenEnum } from "../../types/enums.js"; export declare const OrderStatus: { readonly Draft: "draft"; readonly Pending: "pending"; readonly Paid: "paid"; readonly Refunded: "refunded"; readonly PartiallyRefunded: "partially_refunded"; readonly Void: "void"; }; export type OrderStatus = OpenEnum; /** @internal */ export declare const OrderStatus$inboundSchema: z.ZodMiniType; /** @internal */ export declare const OrderStatus$outboundSchema: z.ZodMiniType; //# sourceMappingURL=orderstatus.d.ts.map