import { UpdateChannelDto } from '../../../modules/devices/dto/update-channel.dto'; import { DEVICES_HOME_ASSISTANT_TYPE } from '../devices-home-assistant.constants'; export declare class UpdateHomeAssistantChannelDto extends UpdateChannelDto { type: typeof DEVICES_HOME_ASSISTANT_TYPE; }