import type { PluginFunction } from '@vuepress-denaro/core'; import type { FlowchartOptions } from '../shared/index.js'; export declare const flowchartPlugin: (options?: FlowchartOptions) => PluginFunction;