import type { LifecyclePluginState, PluginWithState, EditorOptions } from 'roosterjs-content-model-types'; /** * @internal * Create a new instance of LifecyclePlugin. * @param option The editor option * @param contentDiv The editor content DIV element */ export declare function createLifecyclePlugin(option: EditorOptions, contentDiv: HTMLDivElement): PluginWithState;