import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; import type { RequestContext } from "../config/index.js"; export declare function registerWorkflowTool(server: McpServer, getContext: () => RequestContext): void; //# sourceMappingURL=workflow.tool.d.ts.map