import { DevicesShellyV1PluginReqGetInfo } from '../dto/shelly-v1-probe.dto'; import { ShellyV1DeviceInfoResponseModel, ShellyV1SupportedDevicesResponseModel } from '../models/shelly-v1-response.model'; import { ShellyV1ProbeService } from '../services/shelly-v1-probe.service'; export declare class ShellyV1DevicesController { private readonly probeService; private readonly logger; constructor(probeService: ShellyV1ProbeService); getInfo(createDto: DevicesShellyV1PluginReqGetInfo): Promise; getSupported(): Promise; }