import { FastMCP } from "fastmcp"; /** * Register all tools with the MCP server * * @param server The FastMCP server instance */ export declare function registerTools(server: FastMCP): void;