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