export declare const reduce: (obj: any, fn: any, acc: any) => any;
