import * as z from "zod/v3"; import { ClosedEnum } from "../../types/enums.js"; export declare const RefundCardStatus: { readonly Initiated: "initiated"; readonly Confirmed: "confirmed"; readonly Settled: "settled"; readonly Failed: "failed"; readonly Completed: "completed"; }; export type RefundCardStatus = ClosedEnum; /** @internal */ export declare const RefundCardStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const RefundCardStatus$outboundSchema: z.ZodNativeEnum; //# sourceMappingURL=refundcardstatus.d.ts.map