import type { FlowChart } from '../../types/parser'; export declare const flowChartParser: (mermaid: string) => FlowChart;