import { SortedMap } from "@tsplus/stdlib/collections/SortedMap/definition"; /** * @tsplus static SortedMap.Aspects reduceWithIndex * @tsplus pipeable SortedMap reduceWithIndex * @tsplus location "@tsplus/stdlib/collections/SortedMap/reduceWithIndex" */ export declare function reduceWithIndex(z: A, f: (b: A, k: K, v: V) => A): (self: SortedMap) => A; //# sourceMappingURL=reduceWithIndex.d.ts.map