import * as mindmapDb from './mindmapDb'; export declare const diagram: { db: typeof mindmapDb; renderer: { draw: (text: any, id: any, version: any, diagObj: any) => Promise; }; parser: any; styles: (options: any) => string; injectUtils: (_log: Record, _setLogLevel: any, _getConfig: any, _sanitizeText: any, _setupGraphViewbox: any) => void; };