import type { RowData, RowModel, TableInstance } from "../types.js"; export declare function getCoreRowModel(): (table: TableInstance) => () => RowModel; //# sourceMappingURL=get-core-row-model.d.ts.map