import * as z from "zod/v3"; import { Result as SafeParseResult } from "../types/fp.js"; import { SDKValidationError } from "./errors/sdkvalidationerror.js"; export type LocationServicesLocationManagementUpdateListOrPoExternalResponseDay = { open?: string | undefined; close?: string | undefined; information?: string | undefined; }; /** @internal */ export declare const LocationServicesLocationManagementUpdateListOrPoExternalResponseDay$inboundSchema: z.ZodType; export declare function locationServicesLocationManagementUpdateListOrPoExternalResponseDayFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=locationserviceslocationmanagementupdatelistorpoexternalresponseday.d.ts.map