import type { RecipeKind } from "../sync/index.js"; /** * Every enumerable recipe kind, in display order. Add a row when a new * kind ships a `list` implementation — both `scai sync` and the * `recipe_sync` MCP tool pick it up automatically. */ export declare const ENUMERABLE_RECIPE_KINDS: ReadonlyArray>;