/**
 * Object reduce
 */
declare function reduce(obj: any, callback: any, memo: any, thisObj?: any): any;
export default reduce;
