import type { GridFeatureModule } from 'apex-grid/internal'; /** * Every built-in enterprise feature module, for the batteries-included path. * Pass to {@link ApexGridEnterprise.use} to opt into all features at once * (this is what `apex-grid-enterprise/define` does). Importing this array pulls * in every feature's code; import individual modules instead * (`{ pivotModule }`) to keep the rest tree-shaken. */ export declare const enterpriseModules: ReadonlyArray;