import { ICatalog } from '../catalog'; import { Cookbook } from '../cookbook'; import { RecipeSpec } from './types'; export declare function processRecipes(catalog: ICatalog, specs: RecipeSpec[]): Cookbook;