import * as z from "zod/v3"; import { OpenEnum } from "../../types/enums.js"; export declare const AVSResponseCode: { readonly Match: "match"; readonly NoMatch: "no_match"; readonly PartialMatchAddress: "partial_match_address"; readonly PartialMatchPostcode: "partial_match_postcode"; readonly PartialMatchName: "partial_match_name"; readonly Unavailable: "unavailable"; }; export type AVSResponseCode = OpenEnum; /** @internal */ export declare const AVSResponseCode$inboundSchema: z.ZodType; //# sourceMappingURL=avsresponsecode.d.ts.map