import { CreateChannelDto } from '../../../modules/devices/dto/create-channel.dto'; import { DEVICES_SHELLY_V1_TYPE } from '../devices-shelly-v1.constants'; export declare class CreateShellyV1ChannelDto extends CreateChannelDto { readonly type: typeof DEVICES_SHELLY_V1_TYPE; }