import { HashMap } from "@tsplus/stdlib/collections/HashMap/definition"; /** * Applies the specified function to the entries of the `HashMap`.a * @tsplus static HashMap.Aspects forEachWithIndex * @tsplus pipeable HashMap forEachWithIndex * @tsplus location "@tsplus/stdlib/collections/HashMap/operations/forEachWithIndex" */ export declare function forEachWithIndex(f: (k: K, v: V) => void): (self: HashMap) => void; //# sourceMappingURL=forEachWithIndex.d.ts.map