import { ApiClientFactory } from '../core/api.client.factory'; import { WeatherToday } from '../model/envWeatherToday.model'; export declare class EnvWeatherTodayService { private factory; constructor(factory: ApiClientFactory); loadEnvWeatherToday(projectId: string): Promise; }