import * as CodeMirror from 'codemirror';
export declare const loadCodeMirror: () => Promise<typeof CodeMirror>;
