import * as z from "zod/v4-mini"; import { OpenEnum } from "../../types/enums.js"; export declare const PaymentActionType: { readonly CheckoutUrl: "checkout_url"; readonly PaymentLink: "payment_link"; }; export type PaymentActionType = OpenEnum; /** @internal */ export declare const PaymentActionType$inboundSchema: z.ZodMiniType; //# sourceMappingURL=payment-action-type.d.ts.map