import type { EditorCorePlugins, EditorOptions } from 'roosterjs-content-model-types'; /** * @internal * Create core plugins for editor * @param options Options of editor */ export declare function createEditorCorePlugins(options: EditorOptions, contentDiv: HTMLDivElement): EditorCorePlugins;