import type { Tool } from "./tool.js" export type Tools = { readonly [name: string]: Tool | Tools }