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