import * as z from "zod/v3"; import { ClosedEnum } from "../../types/enums.js"; export declare const CardVerificationResult: { readonly NoMatch: "noMatch"; readonly Match: "match"; readonly NotChecked: "notChecked"; readonly Unavailable: "unavailable"; readonly PartialMatch: "partialMatch"; }; export type CardVerificationResult = ClosedEnum; /** @internal */ export declare const CardVerificationResult$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const CardVerificationResult$outboundSchema: z.ZodNativeEnum; //# sourceMappingURL=cardverificationresult.d.ts.map