import { z } from "../../../../shared/zod";
/**
 * WeatherStations input schema
 *
 * Input parameters for getting current weather stations.
 */
export declare const weatherStationsInputSchema: z.ZodObject<{}, z.core.$strip>;
export type WeatherStationsInput = z.infer<typeof weatherStationsInputSchema>;
//# sourceMappingURL=weatherStations.input.d.ts.map