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