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