import type { EntityPluginState, PluginWithState } from 'roosterjs-content-model-types'; /** * @internal * Create a new instance of EntityPlugin. */ export declare function createEntityPlugin(): PluginWithState;