export function setConf(cnf: any): void; export function addVertices(vert: any, svgId: any, root: any, doc: any, diagObj: any, parentLookupDb: any, graph: any): Promise; export function addEdges(edges: object, diagObj: any, graph: any, svg: any): any; export function getClasses(text: any, diagObj: any): Record; export function draw(text: any, id: any, _version: any, diagObj: any): Promise; declare namespace _default { export { getClasses }; export { draw }; } export default _default;