export { ClassDiagram } from "./ClassDiagram"; export type { DesignPattern, Member, Method, Relation, _Class, } from "./ClassDiagram"; export { getAllClasses, getAllRelations, getAllWithRelation, initDatabase, } from "./database"; export { getAllDesignPatterns } from "./designPatterns/index";