import { ForecastWeather } from "types/index"; declare function forecastParser(data: any, limit: number): ForecastWeather[]; export default forecastParser;