import type { EditorState } from "../../../../pm/state.js"; import type { SearchCounter } from "../../../../modules/search/index.js"; export declare function getCounter(state: EditorState): SearchCounter;