import * as monaco from 'monaco-editor/esm/vs/editor/editor.api'; declare type ICodeEditorViewState = monaco.editor.ICodeEditorViewState; export declare const viewStateService: Record; export {};