import { CreateChannelPropertyDto } from '../../../modules/devices/dto/create-channel-property.dto'; import { DEVICES_ZIGBEE2MQTT_TYPE } from '../devices-zigbee2mqtt.constants'; export declare class CreateZigbee2mqttChannelPropertyDto extends CreateChannelPropertyDto { readonly type: typeof DEVICES_ZIGBEE2MQTT_TYPE; }