export declare const toObjectChainReduce: (this: import("augmentative-iterable").AnyIterable, initial: () => R, reducer: import("..").AsyncReducer, ...keys: string[]) => any;