import * as monaco from '@uifabric/monaco-editor/esm/vs/editor/editor.api'; export declare type ICompilerOptions = monaco.languages.typescript.CompilerOptions; export declare type IMonacoTextModel = monaco.editor.ITextModel; export declare type IMonacoEditorOptions = monaco.editor.IEditorOptions;