/** * abstract — propose a higher-level concept that subsumes 2-10 memories. * Does not create the memory; returns the proposal only. */ import type { ToolDefinition } from '../mcp/tools.js'; export declare const abstractTool: ToolDefinition; //# sourceMappingURL=abstract.d.ts.map