import * as z from "zod/v4-mini"; import { OpenEnum } from "../../types/enums.js"; export declare const RefundStatus: { readonly Pending: "pending"; readonly Succeeded: "succeeded"; readonly Failed: "failed"; readonly Canceled: "canceled"; }; export type RefundStatus = OpenEnum; /** @internal */ export declare const RefundStatus$inboundSchema: z.ZodMiniType; /** @internal */ export declare const RefundStatus$outboundSchema: z.ZodMiniType; //# sourceMappingURL=refundstatus.d.ts.map