import { Subject } from 'rxjs'; import { BaseStore } from '../stores'; import { State } from '../stores/store-accessories'; import { KeyValue } from '../types'; import { StateChangeInfo } from './state-change-info.interface'; export declare class DevToolsAdapter { static readonly stores: KeyValue>; static readonly states: KeyValue>; static readonly values: KeyValue; static readonly stateChange$: Subject; }