export declare const asyncReduce: (arr: Item[], func: (acc: Result, it: Item, index: number, arr: Item[]) => Promise, acc: Result) => Promise;