import type { LexicalEditor } from 'lexical'; import type { SelectionInfo } from '../types'; /** * Get information about the current selection. */ export declare function getSelectionInfo(editor: LexicalEditor): SelectionInfo;