import type { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; /** Registers the `run-list` tool on the given MCP server. */ export declare function registerRunListTool(server: McpServer): void; //# sourceMappingURL=run-list.d.ts.map