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