export declare function reduce(set: Set, reducer: (aggregate: AggregateType, element: T) => AggregateType, initialValue?: AggregateType): AggregateType; //# sourceMappingURL=reduce.d.ts.map