/** * Tool registration module. */ import type { FastMCP } from "@prefecthq/fastmcp-ts/server"; /** * Registers all tools on the MCP server. */ export declare function registerTools(server: FastMCP): void;