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