import * as z from "zod/v3"; import { ClosedEnum } from "../../types/enums.js"; export declare const RefundStatus: { readonly Created: "created"; readonly Pending: "pending"; readonly Completed: "completed"; readonly Failed: "failed"; }; export type RefundStatus = ClosedEnum; /** @internal */ export declare const RefundStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const RefundStatus$outboundSchema: z.ZodNativeEnum; //# sourceMappingURL=refundstatus.d.ts.map