/** @hidden */
export interface Aggregator {
    aggregate: (other: any) => void;
    getResult: () => any;
}
//# sourceMappingURL=Aggregator.d.ts.map