export default class APIService {
    private static baseUrl;
    private static getKey;
    static getWeather(): Promise<any>;
}
