import { IProportionalAggregatorFn } from "./types";
/**
 * Receives all the metrics from the donut and gets their sum.
 */
export declare const sumAggregator: IProportionalAggregatorFn;
