import { RecipeInterface } from "./types"; import { RecipeImplementationInput } from "../recipeModule/types"; import { PreAndPostAPIHookAction } from "./types"; export default function getRecipeImplementation( recipeImplInput: RecipeImplementationInput ): RecipeInterface; export { getRecipeImplementation };