/* csSuppress *//**
* Interface describing a PivotAggregation function.
* Accepts an array of extracted data members and an optional array of the original data records,
* which can be omitted or undefined.
*/export declare classIgcPivotAggregation
{
}