export declare class Aggregate { showSum: boolean; showMax: boolean; showMin: boolean; showAvg: boolean; showUniqueCount: boolean; constructor(aggregate?: Aggregate); }