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