import { VirtualDeviceWeatherServiceProxy } from '../../shared/service-proxies/service-proxies'; import { WeatherService } from '@flexem/fc-gui'; export declare class SimulateRemoteWeatherService implements WeatherService { private readonly virtualDeviceWeatherService; constructor(virtualDeviceWeatherService: VirtualDeviceWeatherServiceProxy); getWeatherInfo(): Promise; }