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