import { TableFeature } from "../../types/TableFeatures.js";
//#region src/core/row-models/coreRowModelsFeature.d.ts
/**
 * Core feature that wires table row-model accessors and row-model caches.
 */
declare const coreRowModelsFeature: TableFeature;
//#endregion
export { coreRowModelsFeature };