import KnowledgeBase from "./KnowledgeBase";
declare class Knowledge extends KnowledgeBase {
}
export = Knowledge;