function getForecastedWeatherimport { getForecastedWeather } from "https://deno.land/x/dyr@v1.3.4/src/util.ts"; getForecastedWeather(locationName: string,interval?,verbose?,)Get forcasted weather. ParameterslocationName: stringName of the location, can be village, city etc. optionalinterval = [UNSUPPORTED]Number of hours ahead of current time. optionalverbose = [UNSUPPORTED]Level of detail in the response.