import { Command, KeyBinding } from "@codemirror/next/view"; import { StateCommand } from "@codemirror/next/state"; import { SearchCursor } from "./cursor"; import { gotoLine } from "./goto-line"; export { highlightSelectionMatches } from "./selection-match"; export { SearchCursor, gotoLine }; export declare const findNext: Command; export declare const findPrevious: Command; export declare const selectMatches: Command; export declare const selectSelectionMatches: StateCommand; export declare const replaceNext: Command; export declare const replaceAll: Command; export declare const openSearchPanel: Command; export declare const closeSearchPanel: Command; export declare const searchKeymap: readonly KeyBinding[]; //# sourceMappingURL=search.d.ts.map