import { WeatherData } from '../types'; declare function transformWeatherData(data: any): WeatherData; export default transformWeatherData;