import type { EditorView } from '@codemirror/view'; import { type RefObject } from 'react'; /** * Syncs the namespaced store of the filter field to the suggestions. */ export declare function useRecentFilterSuggestions(editorViewRef: RefObject, filterNamespace?: string | null): void;