/**
 * Tool for interacting with Confluence comments
 */
import { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js';
/**
 * Register all comment-related tools
 */
declare function registerTools(server: McpServer): void;
declare const _default: {
    registerTools: typeof registerTools;
};
export default _default;
