import * as z from "zod/v3"; import { OpenEnum } from "../../types/enums.js"; export declare const RefundStatus: { readonly Processing: "processing"; readonly Succeeded: "succeeded"; readonly Failed: "failed"; readonly Declined: "declined"; readonly Voided: "voided"; }; export type RefundStatus = OpenEnum; /** @internal */ export declare const RefundStatus$inboundSchema: z.ZodType; //# sourceMappingURL=refundstatus.d.ts.map