import { Ingredient } from './ingredients';
export declare function withIndexRecipe(map: Ingredient): (this: any) => any;
