import { PrimaryKeyType } from '../glossary'; export declare function forEach(fn: (key: K, value: V) => any, map: Map): void; export declare function filter(predicate: (key: K, value: V) => boolean, map: Map): Map;