import type { PluginWithState, EditorOptions, UndoPluginState } from 'roosterjs-content-model-types'; /** * @internal * Create a new instance of UndoPlugin. * @param option The editor option */ export declare function createUndoPlugin(option: EditorOptions): PluginWithState;