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