import type { Reducer } from "./api.js"; /** * Reducer which returns the value with the largest magnitude, regardless of * sign. */ export declare function maxMag(): Reducer; export declare function maxMag(src: Iterable): number; //# sourceMappingURL=max-mag.d.ts.map