// @ts-nocheck
import { RecipeInterface } from "./types";
export default function getRecipeImplementation(): RecipeInterface;
