export declare function reduce(obj: any, fn: any, acc: any): any;
