import { postRecipeSearch } from "./recipe-search"; import { getRecipeProducts } from "./recipe-products"; import { getRecipeDetails } from "./recipe-details"; export declare const migusto: { recipeSearch: typeof postRecipeSearch; recipeProducts: typeof getRecipeProducts; recipeDetails: typeof getRecipeDetails; };