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