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