import * as z from "zod/v3"; import { Result as SafeParseResult } from "../types/fp.js"; import { SDKValidationError } from "./errors/sdkvalidationerror.js"; import { LocationServicesLocationManagementGetListsExternalResponseOpeningHours } from "./locationserviceslocationmanagementgetlistsexternalresponseopeninghours.js"; export type LocationServicesLocationManagementGetListsExternalResponsePointData = { id?: string | undefined; name?: string | undefined; description?: string | undefined; address?: string | undefined; country?: string | undefined; latitude?: string | undefined; longitude?: string | undefined; metaInfo?: { [k: string]: string; } | undefined; unstructuredMetaInfo?: { [k: string]: any; } | undefined; openingHours?: LocationServicesLocationManagementGetListsExternalResponseOpeningHours | undefined; }; /** @internal */ export declare const LocationServicesLocationManagementGetListsExternalResponsePointData$inboundSchema: z.ZodType; export declare function locationServicesLocationManagementGetListsExternalResponsePointDataFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=locationserviceslocationmanagementgetlistsexternalresponsepointdata.d.ts.map