export declare const editorStore: { pageDSL: { key: string; }; dataSource: { storage: { editor: boolean; }; }; readonly getEditorState: any; changePageDSLKey: (newKey: any) => void; };