import type { ToolManifest } from "../config"; import type { Service } from "../services"; /** * A registry of configured tools. */ export interface ToolRegistry extends Service, Map { }