import { StoryLocator } from '../../../document-api/src/index.js'; import { Editor } from '../editors/v1/core/Editor.js'; import { SelectionCapture, SelectionRestoreResult } from './types.js'; export declare function restoreSelection(editor: Editor | null, capture: SelectionCapture, options?: { activeStory?: StoryLocator | null; }): SelectionRestoreResult; //# sourceMappingURL=selection-restore.d.ts.map