/** * Knowledge CLI Command definition */ import type { Command } from '../types.js'; export declare const knowledgeCommand: Command; //# sourceMappingURL=knowledge.d.ts.map