import type { Monaco } from "@monaco-editor/react"; import type { editor } from "monaco-editor"; export declare function configureMDX(monaco: Monaco): void; export declare function defineEditorThemes(monaco: Monaco): void; export declare const editorOptions: editor.IStandaloneEditorConstructionOptions; //# sourceMappingURL=monaco-config.d.ts.map