/**
 * Object reject
 */
declare function reject(obj: any, callback: any, thisObj?: any): {};
export default reject;
