/** * Workflow discovery and invocation tools — mirrors routes/workflows/discovery.ts * and routes/workflows/invocation.ts */ import { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; export declare function registerWorkflowTools(server: McpServer): void;