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