import { ChannelEntity, ChannelPropertyEntity, DeviceEntity } from '../../../modules/devices/entities/devices.entity'; export declare class Zigbee2mqttDeviceEntity extends DeviceEntity { get type(): string; toString(): string; } export declare class Zigbee2mqttChannelEntity extends ChannelEntity { get type(): string; toString(): string; } export declare class Zigbee2mqttChannelPropertyEntity extends ChannelPropertyEntity { get type(): string; toString(): string; }