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