import { UpdateDeviceDto } from '../../../modules/devices/dto/update-device.dto'; import { DEVICES_SHELLY_V1_TYPE } from '../devices-shelly-v1.constants'; export declare class UpdateShellyV1DeviceDto extends UpdateDeviceDto { readonly type: typeof DEVICES_SHELLY_V1_TYPE; password?: string | null; hostname?: string | null; }