import { UpdateChannelDto } from '../../../modules/devices/dto/update-channel.dto'; import { DEVICES_WLED_TYPE } from '../devices-wled.constants'; export declare class UpdateWledChannelDto extends UpdateChannelDto { readonly type: typeof DEVICES_WLED_TYPE; }