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