import * as z from "zod/v3"; import { OpenEnum } from "../../types/enums.js"; export declare const FlowAction: { readonly SelectPaymentOptions: "select-payment-options"; readonly RouteTransaction: "route-transaction"; readonly DeclineEarly: "decline-early"; readonly Skip3ds: "skip-3ds"; }; export type FlowAction = OpenEnum; /** @internal */ export declare const FlowAction$inboundSchema: z.ZodType; //# sourceMappingURL=flowaction.d.ts.map