import { Monaco } from '@monaco-editor/loader'; import { EditorMeta } from './controller'; export declare const getSingletonMonaco: (options?: any) => Promise; export declare const getCommonMonaco: (config: any) => Promise; export declare function getMonaco(config?: any): Promise; export declare function configure(config: EditorMeta): void;