import { HistoricalWeather } from "types/index"; declare function historicalParser(data: any): HistoricalWeather; export default historicalParser;