import type { GridRowData, GridRowId, GridRowMeta } from '../types'; import type { Collection } from './types'; export declare function filter(collection: Collection, filterFn: (row: GridRowData, meta: GridRowMeta) => boolean): { actualMatches: Set; necessaryMatches: Set; }; //# sourceMappingURL=filter.d.ts.map