/** * /remember command — quick observation storage shortcut. * * Usage: /remember * * Stores the provided text as a "change" type observation in the current project. */ import type { EngramRestClient } from '../client.js'; import type { PluginConfig } from '../config.js'; import type { OpenClawPluginCommandDefinition } from '../types/openclaw.js'; /** * Build the /remember command definition. */ export declare function buildRememberCommand(client: EngramRestClient, config: PluginConfig): OpenClawPluginCommandDefinition; //# sourceMappingURL=remember.d.ts.map