/** * Memory tools — the Brain's read/write/upkeep surface: search_memory, get_memory, * store_memory, update_memory, verify_memory, downvote_memory, forget_memory, refresh_memory, * brain_stats, brain_export, brain_import. Split out of ../tools.ts (see that file's history * for why). */ import type { ToolDefinition, ToolHandler } from "../toolTypes"; export declare const MEMORY_TOOL_DEFINITIONS: ToolDefinition[]; export declare const MEMORY_TOOL_HANDLERS: Record; //# sourceMappingURL=memory.d.ts.map