import { z } from "../../../../shared/zod";
/**
 * GetWeatherReadings input schema
 *
 * Input parameters for getting weather readings.
 */
export declare const weatherReadingsInputSchema: z.ZodObject<{}, z.core.$strip>;
export type WeatherReadingsInput = z.infer<typeof weatherReadingsInputSchema>;
//# sourceMappingURL=weatherReadings.input.d.ts.map