import { CombineIngredients } from './ingredients';
export declare function flatJoinRecipe(ingredients: CombineIngredients): <T, R>(this: Iterable<T>, ...path: string[]) => Iterable<R>;
