import { ImmutableMap } from "@tsplus/stdlib/collections/ImmutableMap/definition"; /** * Transforms the values of the map using the specified function. * @tsplus static ImmutableMap.Aspects mapWithIndex * @tsplus pipeable ImmutableMap mapWithIndex * @tsplus location "@tsplus/stdlib/collections/ImmutableMap/mapWithIndex" */ export declare function mapWithIndex(f: (key: K, value: V) => B): (self: ImmutableMap) => ImmutableMap; //# sourceMappingURL=mapWithIndex.d.ts.map