export declare function reduceSynchronized(array: T[], callback: (u: U, t: T) => Promise, start?: Promise | U): Promise;