import * as z from "zod/v3"; import { OpenEnum } from "../../types/enums.js"; export declare const CardType: { readonly Credit: "credit"; readonly Debit: "debit"; readonly Prepaid: "prepaid"; }; export type CardType = OpenEnum; /** @internal */ export declare const CardType$inboundSchema: z.ZodType; /** @internal */ export declare const CardType$outboundSchema: z.ZodType; //# sourceMappingURL=cardtype.d.ts.map