import type { Fn2 } from "@thi.ng/api"; import { ReducedValue } from "./reduce.js"; export declare function reductions(rfn: Fn2>, acc: B, input: Iterable): Generator; //# sourceMappingURL=reductions.d.ts.map