import type { StudioRecipe } from './types.js'; export declare const STUDIO_RECIPES: StudioRecipe[]; export declare function findStudioRecipe(id: string): StudioRecipe | undefined; //# sourceMappingURL=recipes.d.ts.map