/** This enum represents the default aggregation that can optionally be assigned as metadata for columns of the int and float dataType. */ export declare enum AggType { Avg = "avg", Count = "count", CountDist = "count_dist", Median = "median", Sum = "sum" }