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