import types = require('./types'); declare function map( list: types.List, iterator: types.ListIterator, context?: any ): TResult[]; declare function map( object: types.Dictionary, iterator: types.ObjectIterator, context?: any ): TResult[]; export = map;