import { type Extension } from '@codemirror/state'; export declare const FilterFieldInteractionsExtension: (args: { closeSuggestions: () => void; showBoundary: (error: any) => void; }) => Extension;