/** * Code/nomenclature tools. */ import type { FastMCP } from "@prefecthq/fastmcp-ts/server"; /** * Registers all code-related tools. */ export declare function registerCodeTools(server: FastMCP): void;