import Assistant_ from './assistant'; import AssistantAssociation_ from './assistantAssociation'; import KnowledgeBase_ from './knowledgeBase'; export declare namespace Wisdom { const Assistant: typeof Assistant_; const AssistantAssociation: typeof AssistantAssociation_; const KnowledgeBase: typeof KnowledgeBase_; type Assistant = Assistant_; type AssistantAssociation = AssistantAssociation_; type KnowledgeBase = KnowledgeBase_; }