import { UpdateChannelDto } from '../../../modules/devices/dto/update-channel.dto'; import { DEVICES_THIRD_PARTY_TYPE } from '../devices-third-party.constants'; export declare class UpdateThirdPartyChannelDto extends UpdateChannelDto { type: typeof DEVICES_THIRD_PARTY_TYPE; }