import { Extension } from "@codemirror/next/state"; declare type HighlightOptions = { highlightWordAroundCursor?: boolean; minSelectionLength?: number; maxMatches?: number; }; export declare function highlightSelectionMatches(options?: HighlightOptions): Extension; export {}; //# sourceMappingURL=selection-match.d.ts.map