/** * memory_forget — suppress or permanently delete observations from engram by ID. * * Default: suppress (reversible soft-hide from search results). * With permanent=true: archive (permanent removal). */ import type { EngramRestClient } from '../client.js'; import type { PluginConfig } from '../config.js'; import type { AnyAgentTool, OpenClawPluginToolContext } from '../types/openclaw.js'; export declare function createMemoryForgetTool(_ctx: OpenClawPluginToolContext, client: EngramRestClient, _config: PluginConfig): AnyAgentTool; //# sourceMappingURL=memory-forget.d.ts.map