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