export declare const WEATHER = "weather";
export declare const FORECAST = "forecast";
export declare const HOST = "https://api.openweathermap.org/data/";
export declare const API_VERSION = "2.5/";
