import { CreateChannelDto } from '../../../modules/devices/dto/create-channel.dto'; import { DEVICES_THIRD_PARTY_TYPE } from '../devices-third-party.constants'; export declare class CreateThirdPartyChannelDto extends CreateChannelDto { readonly type: typeof DEVICES_THIRD_PARTY_TYPE; }