import type { Tool } from "../providers/index.js"; import type { ToolDefinition } from "./types.js"; export declare function registerTool(tool: ToolDefinition): void; export declare function getTools(): Tool[]; export declare function shouldConfirm(name: string): boolean; export declare function executeTool(workspace: string, name: string, input: Record): Promise; export type { ToolDefinition } from "./types.js"; //# sourceMappingURL=index.d.ts.map