import type { MemoryService } from "../memory-service.js"; import type { ToolDefinition } from "./types.js"; export type { ToolDefinition, ToolDetailValue, ToolExecuteResult } from "./types.js"; export declare function createAllTools(service: MemoryService): ToolDefinition[]; //# sourceMappingURL=index.d.ts.map