import { TableFeature } from "../../types/TableFeatures.js";
//#region src/core/columns/coreColumnsFeature.d.ts
/**
 * Core feature that builds the column tree and exposes table/column APIs.
 */
declare const coreColumnsFeature: TableFeature;
//#endregion
export { coreColumnsFeature };