export declare type PivotAggregationType = "SUM" | "AVG" | "MIN" | "MAX" | "COUNT" | "LATEST" | "EARLIEST";