export declare function forEachTailing(map?: Map | ReadonlyMap, callback?: (value?: V, key?: K) => void): [K, V] | undefined;