import { Table, RowModel, RowData } from '../types'; export declare function getCoreRowModel(): (table: Table) => () => RowModel;