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