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