import { PluginConfigModel } from '../../../modules/config/models/config.model'; import { ConnectionState } from '../../../modules/devices/devices.constants'; export declare class SimulatorConfigModel extends PluginConfigModel { type: string; enabled: boolean; updateOnStart: boolean; simulationInterval: number; latitude: number; smoothTransitions: boolean; connectionStateOnStart?: ConnectionState; }