/** * /memory command — shows engram server status and recent context overview. */ import type { EngramRestClient } from '../client.js'; import type { PluginConfig } from '../config.js'; import type { OpenClawPluginCommandDefinition } from '../types/openclaw.js'; /** * Build the /memory command definition. */ export declare function buildMemoryCommand(client: EngramRestClient, config: PluginConfig): OpenClawPluginCommandDefinition; //# sourceMappingURL=memory.d.ts.map