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