export declare const copyMap: (map: Map, applier?: ((value: T2) => T2) | undefined) => Map;