import { Either } from "@tsplus/stdlib/data/Either/definition"; /** * Reduce a value `b` through an `Either`. * @tsplus static Either.Aspects reduce * @tsplus pipeable Either reduce * @tsplus location "@tsplus/stdlib/data/Either/reduce" */ export declare function reduce(b: B, f: (b: B, a: A) => B): (self: import("./definition").Either) => B; //# sourceMappingURL=reduce.d.ts.map