import type { CoreCreator, EditorCore, EditorOptions } from 'roosterjs-editor-types'; /** * Create a new instance of Editor Core * @param contentDiv The DIV HTML element which will be the container element of editor * @param options An optional options object to customize the editor */ export declare const createEditorCore: CoreCreator;