export declare function forEachIndexing(map?: Map | ReadonlyMap, callback?: (value?: V, key?: K, index?: number) => void): void;