import { ConcatIngredient } from './ingredients';
export declare function appendRecipe(concat: ConcatIngredient): any;
