import { PluginContext, FrontMatter } from './Plugin.js'; declare const tagConfig: { mermaid: { isSpecial: boolean; }; }; declare const getScripts: (pluginContext: PluginContext) => string[]; declare const postRender: (pluginContext: PluginContext, frontmatter: FrontMatter, content: string) => string; export { tagConfig, getScripts, postRender, }; //# sourceMappingURL=mermaid.d.ts.map