import { FastMCP } from 'fastmcp';
/**
 * Registers domain tools with the MCP server
 */
export declare function registerDomainTools(server: FastMCP): void;
