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