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