import * as z from "zod/v3"; export type LocationServicesLocationManagementUpdateListOrPoDay = { open?: string | undefined; close?: string | undefined; information?: string | undefined; }; /** @internal */ export type LocationServicesLocationManagementUpdateListOrPoDay$Outbound = { Open?: string | undefined; Close?: string | undefined; Information?: string | undefined; }; /** @internal */ export declare const LocationServicesLocationManagementUpdateListOrPoDay$outboundSchema: z.ZodType; export declare function locationServicesLocationManagementUpdateListOrPoDayToJSON(locationServicesLocationManagementUpdateListOrPoDay: LocationServicesLocationManagementUpdateListOrPoDay): string; //# sourceMappingURL=locationserviceslocationmanagementupdatelistorpoday.d.ts.map