/** * Workflow MCP Tools for CLI * * Tool definitions for workflow automation and orchestration. */ import type { MCPTool } from './types.js'; export declare const workflowTools: MCPTool[]; //# sourceMappingURL=workflow-tools.d.ts.map