import { type StackkitRecipe, type StackkitRecipeInput } from "@berkayorhan/stackkit-schemas"; export declare function encodeRecipe(recipe: StackkitRecipeInput): string; export declare function decodeRecipe(code: string): StackkitRecipe; //# sourceMappingURL=recipe.d.ts.map