export declare function reduceSynchronized(array: T[], worker: (x: T) => Promise, start?: Promise): Promise;