import { xLuceneVariables } from '@terascope/types'; import * as p from 'xlucene-parser'; import type { DataFrame } from '../DataFrame.js'; export declare function buildSearchMatcherForQuery(dataFrame: DataFrame, query: string, variables?: xLuceneVariables, _overrideParsedQuery?: p.Node): (rowIndex: number) => boolean; //# sourceMappingURL=buildSearchMatcherForQuery.d.ts.map