import * as z from "zod/v3"; import { Result as SafeParseResult } from "../types/fp.js"; import { SDKValidationError } from "./errors/sdkvalidationerror.js"; export type GeocodingUKRetrieveNearestPlacesErrorItem = { /** * The id of the error returned */ error?: string | undefined; /** * A description of the error */ description?: string | undefined; /** * The cause of the error */ cause?: string | undefined; /** * Actions to resolve the error */ resolution?: string | undefined; }; /** @internal */ export declare const GeocodingUKRetrieveNearestPlacesErrorItem$inboundSchema: z.ZodType; export declare function geocodingUKRetrieveNearestPlacesErrorItemFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=geocodingukretrievenearestplaceserror.d.ts.map