import type { _AggregationGridApi, _ModuleWithApi, _ModuleWithoutApi } from 'ag-grid-community';
/**
 * @internal
 */
export declare const SharedAggregationModule: _ModuleWithApi<_AggregationGridApi<any>>;
/**
 * The pipeline stage that writes aggData, on its own so a feature that only reads it does not pull in
 * the filtering and children services with it.
 * @internal
 */
export declare const AggregationStageModule: _ModuleWithoutApi;
/**
 * @internal
 */
export declare const AggregationModule: _ModuleWithoutApi;
