import type { EditorState } from '@codemirror/state'; import type { FilterFieldNodeBase } from '../types/tree-nodes.js'; /** * Clean up logical operators when a statement is deleted. * @internal */ export declare function cleanUpInput(editorState: EditorState, deletedRange: FilterFieldNodeBase['range']): FilterFieldNodeBase['range'];