import * as z from "zod/v3"; import { Result as SafeParseResult } from "../types/fp.js"; import { SDKValidationError } from "./errors/sdkvalidationerror.js"; import { LocationServicesLocationManagementUpdateListOrPoExternalResponseDay } from "./locationserviceslocationmanagementupdatelistorpoexternalresponseday.js"; export type LocationServicesLocationManagementUpdateListOrPoExternalResponseOpeningHours = { monday?: LocationServicesLocationManagementUpdateListOrPoExternalResponseDay | undefined; tuesday?: LocationServicesLocationManagementUpdateListOrPoExternalResponseDay | undefined; wednesday?: LocationServicesLocationManagementUpdateListOrPoExternalResponseDay | undefined; thursday?: LocationServicesLocationManagementUpdateListOrPoExternalResponseDay | undefined; friday?: LocationServicesLocationManagementUpdateListOrPoExternalResponseDay | undefined; saturday?: LocationServicesLocationManagementUpdateListOrPoExternalResponseDay | undefined; sunday?: LocationServicesLocationManagementUpdateListOrPoExternalResponseDay | undefined; }; /** @internal */ export declare const LocationServicesLocationManagementUpdateListOrPoExternalResponseOpeningHours$inboundSchema: z.ZodType; export declare function locationServicesLocationManagementUpdateListOrPoExternalResponseOpeningHoursFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=locationserviceslocationmanagementupdatelistorpoexternalresponseopeninghours.d.ts.map