import { Row, RowModel, Table, RowData } from '../types'; export declare function filterRows(rows: Row[], filterRowImpl: (row: Row) => any, table: Table): RowModel;