import type { _AggregationGridApi, _ModuleWithApi, _ModuleWithoutApi } from 'ag-grid-community';
/**
 * @internal
 */
export declare const SharedAggregationModule: _ModuleWithApi<_AggregationGridApi<any>>;
/**
 * @internal
 */
export declare const AggregationModule: _ModuleWithoutApi;
