import { CreateDeviceDto } from '../../../modules/devices/dto/create-device.dto'; import { DEVICES_HOME_ASSISTANT_TYPE } from '../devices-home-assistant.constants'; export declare class CreateHomeAssistantDeviceDto extends CreateDeviceDto { readonly type: typeof DEVICES_HOME_ASSISTANT_TYPE; ha_device_id: string; }