import type { RecipeKind } from "../../sync/index.js"; import { type CustomMcpRecipe } from "./custom-mcp.schema.js"; /** The `custom-mcp` recipe kind. */ export declare const customMcpKind: RecipeKind;