import * as z from "zod/v3"; import { LocationServicesLocationManagementUpdateListOrPoDay, LocationServicesLocationManagementUpdateListOrPoDay$Outbound } from "./locationserviceslocationmanagementupdatelistorpoday.js"; export type LocationServicesLocationManagementUpdateListOrPoOpeningHours = { monday?: LocationServicesLocationManagementUpdateListOrPoDay | undefined; tuesday?: LocationServicesLocationManagementUpdateListOrPoDay | undefined; wednesday?: LocationServicesLocationManagementUpdateListOrPoDay | undefined; thursday?: LocationServicesLocationManagementUpdateListOrPoDay | undefined; friday?: LocationServicesLocationManagementUpdateListOrPoDay | undefined; saturday?: LocationServicesLocationManagementUpdateListOrPoDay | undefined; sunday?: LocationServicesLocationManagementUpdateListOrPoDay | undefined; }; /** @internal */ export type LocationServicesLocationManagementUpdateListOrPoOpeningHours$Outbound = { Monday?: LocationServicesLocationManagementUpdateListOrPoDay$Outbound | undefined; Tuesday?: LocationServicesLocationManagementUpdateListOrPoDay$Outbound | undefined; Wednesday?: LocationServicesLocationManagementUpdateListOrPoDay$Outbound | undefined; Thursday?: LocationServicesLocationManagementUpdateListOrPoDay$Outbound | undefined; Friday?: LocationServicesLocationManagementUpdateListOrPoDay$Outbound | undefined; Saturday?: LocationServicesLocationManagementUpdateListOrPoDay$Outbound | undefined; Sunday?: LocationServicesLocationManagementUpdateListOrPoDay$Outbound | undefined; }; /** @internal */ export declare const LocationServicesLocationManagementUpdateListOrPoOpeningHours$outboundSchema: z.ZodType; export declare function locationServicesLocationManagementUpdateListOrPoOpeningHoursToJSON(locationServicesLocationManagementUpdateListOrPoOpeningHours: LocationServicesLocationManagementUpdateListOrPoOpeningHours): string; //# sourceMappingURL=locationserviceslocationmanagementupdatelistorpoopeninghours.d.ts.map