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