/** * Knowledge Command Module * * Commands for memory, tasks, and storage operations. * These are passthrough commands that delegate to skill scripts. */ import type { Command } from 'commander'; export declare function registerKnowledgeCommands(program: Command): void; //# sourceMappingURL=knowledge.d.ts.map