/**
 * Inverse or collection/filter
 */
declare function reject(list: any, iterator: any, thisObj?: any): any[];
export default reject;
