import * as z from "zod/v3"; import * as models from "../index.js"; import { LoqateError } from "./loqateerror.js"; export type ExtrasWebIp2CountryErrorData = { items?: Array | undefined; }; export declare class ExtrasWebIp2CountryError extends LoqateError { items?: Array | undefined; /** The original data that was passed to this error instance. */ data$: ExtrasWebIp2CountryErrorData; constructor(err: ExtrasWebIp2CountryErrorData, httpMeta: { response: Response; request: Request; body: string; }); } /** @internal */ export declare const ExtrasWebIp2CountryError$inboundSchema: z.ZodType; //# sourceMappingURL=extraswebip2countryerror.d.ts.map