import Subject from '../../rx/Subject'; export default class StateContext { isStarting: Subject; isDisposed: boolean; constructor(); }