import { TextSelection } from '@sse-editor/pm/state'; export declare function isTextSelection(value: unknown): value is TextSelection;