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