import type { CachePluginState, ContentModelDocument, DOMSelection } from 'roosterjs-content-model-types'; /** * @internal */ export declare function updateCache(state: CachePluginState, model: ContentModelDocument, selection: DOMSelection | null | undefined): void;