/** * knowledge 命令 - 知识摄入 */ import { Command } from 'commander'; export declare function createKnowledgeCommand(): Command; //# sourceMappingURL=knowledge.d.ts.map