import * as z from "zod/v3"; import { ClosedEnum } from "../../types/enums.js"; export declare const LinkCardWaitFor: { readonly PaymentMethod: "payment-method"; }; export type LinkCardWaitFor = ClosedEnum; /** @internal */ export declare const LinkCardWaitFor$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const LinkCardWaitFor$outboundSchema: z.ZodNativeEnum; //# sourceMappingURL=linkcardwaitfor.d.ts.map