import type { IEditor, PluginEvent } from 'roosterjs-editor-types'; /** * @internal */ export declare function inlineEntityOnPluginEvent(event: PluginEvent, editor: IEditor): void; /** * @internal */ export declare function normalizeDelimitersInEditor(editor: IEditor): void;