import { ChannelEntity, ChannelPropertyEntity, DeviceEntity } from '../../../modules/devices/entities/devices.entity'; export declare class ThirdPartyDeviceEntity extends DeviceEntity { serviceAddress: string; get type(): string; } export declare class ThirdPartyChannelEntity extends ChannelEntity { get type(): string; } export declare class ThirdPartyChannelPropertyEntity extends ChannelPropertyEntity { get type(): string; }