import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; /** * Register the execute_action tool on the MCP server. * Executes a Dependency-Track action by ID with dynamic endpoint building. */ export declare function registerExecuteAction(server: McpServer): void; //# sourceMappingURL=execute-action.d.ts.map