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 usePinnedFilterSuggestions(editorViewRef: RefObject, filterNamespace: string | null | undefined, isOpen: boolean): void;