import types from './types'; declare function reject( list: types.List, iterator: types.ListIterator, context?: any ): T[]; declare function reject( object: types.Dictionary, iterator: types.ObjectIterator, context?: any ): T[]; export default reject;