import { RedBlackTree } from "@tsplus/stdlib/collections/RedBlackTree/definition"; /** * Reduce a state over the map entries. * @tsplus static RedBlackTree.Aspects reduceWithIndex * @tsplus pipeable RedBlackTree reduceWithIndex * @tsplus location "@tsplus/stdlib/collections/RedBlackTree/reduceWithIndex" */ export declare function reduceWithIndex(z: Z, f: (z: Z, k: K, v: V) => Z): (self: RedBlackTree) => Z; //# sourceMappingURL=reduceWithIndex.d.ts.map