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