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