import StateManagement from '../utils/StateManagement'; import EventManagement from '../utils/EventManagement'; import HistoryRecorder from '../utils/HistoryRecorder'; import WTreeNode from '../core/WNode'; export declare const EDITOR_EVENTS$: EventManagement; declare type EditorStateType = { key: number; }; export declare const EditorState: StateManagement; export declare const PageDSLState: StateManagement; export declare const ComponentState: StateManagement; export declare const EditorHistory: HistoryRecorder; export {};