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