/**
 * @file Registers and handles the Coding Cloud API tool(s) for the MCP server.
 */
import { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js';
declare function registerTools(server: McpServer): void;
declare const _default: {
    registerTools: typeof registerTools;
};
export default _default;
