import { ToolRegistry, type ToolDefinition } from "../tool-registry.js"; /** * Create a ToolRegistry pre-populated with all built-in MCP tools. * * @param additionalToolGroups - Optional arrays of plugin-contributed tool definitions * to register after the built-in tools. */ export declare function createToolRegistry(additionalToolGroups?: ToolDefinition[][]): ToolRegistry; //# sourceMappingURL=index.d.ts.map