export type * from './monaco-editor.js'

/**
 * An instance of the `monaco-editor` or `monaco-editor-core` module.
 */
export type MonacoEditor = typeof import('./monaco-editor.js')
