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