import type { ContextMenuPluginState, PluginWithState, EditorOptions } from 'roosterjs-content-model-types'; /** * @internal * Create a new instance of EditPlugin. */ export declare function createContextMenuPlugin(options: EditorOptions): PluginWithState;