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