declare function map(value: Map, fn: (value: TValue, key: TKey) => TResult): Array; export declare const MapUtils: { map: typeof map; }; export {}; //# sourceMappingURL=map.d.ts.map