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