export declare function memoryCommand(opts: { add?: string; search?: string; list?: boolean; category?: string; tags?: string; }): Promise;