import DirectedGraph from './directedGraph'; import { Node } from './types'; export declare function toMermaid(g: DirectedGraph): string;