export declare const reduceAsync: (this: import("augmentative-iterable").AnyIterable, reducer: import("..").AsyncReducer, initial: R) => any;