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