import { ToMapChainIngredients } from './ingredients'; export declare function toMapChainReduceRecipe(ing: ToMapChainIngredients): (this: import("augmentative-iterable").AnyIterable, initial: () => R, reducer: import("..").AsyncReducer, ...keys: string[]) => any;