/**
 * Returns a reducer which computes both the min and max values of given inputs.
 * If the input source is empty the final result will be `[-∞,∞]`.
 */
export declare const minMax: () => import("./api.js").Reducer<number, [number, number]>;
//# sourceMappingURL=min-max.d.ts.map