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