import types from './types'; declare function mapObj( object: types.Dictionary, iterator: types.ObjectIterator, context?: any ): types.Dictionary; export default mapObj;