import Storage from './Storage'; import { Ports } from '../../elm/Stellerator/Main.elm'; import Emulation from './Emulation'; declare class TrackSettings { private _storage; private _emulation; constructor(_storage: Storage, _emulation: Emulation); init(ports: Ports): void; private _applyUpdate; private _throttle; private _mutex; } export default TrackSettings;