import type { EditorCore, Snapshot } from 'roosterjs-content-model-types'; /** * @internal */ export declare function restoreSnapshotLogicalRoot(core: EditorCore, snapshot: Snapshot): void;