import * as z from "zod/v3"; import { OpenEnum } from "../../types/enums.js"; export declare const CVVResponseCode: { readonly Match: "match"; readonly NoMatch: "no_match"; readonly Unavailable: "unavailable"; readonly NotProvided: "not_provided"; }; export type CVVResponseCode = OpenEnum; /** @internal */ export declare const CVVResponseCode$inboundSchema: z.ZodType; //# sourceMappingURL=cvvresponsecode.d.ts.map