/** * slope memory — Cross-session memory management CLI * * Subcommands: * slope memory add [--category=X] [--weight=N] * slope memory list [--category=X] [--limit=N] * slope memory remove * slope memory edit * slope memory search * slope memory import * slope memory export */ export declare function memoryCommand(args: string[]): Promise; //# sourceMappingURL=memory.d.ts.map