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