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