import type { FilterFieldStatementNode, FilterFieldTree } from '../../types/tree-nodes.js'; /** * Get the filter statement around the given cursor position. * @internal */ export declare function getFilterStatement(tree: FilterFieldTree, cursorPosition: number, doc?: string): FilterFieldStatementNode | undefined;