export declare function escapeMarkdown(text: string): string;
/**
 * Converts mermaid code (potentially produced by {@link graphToMermaid}) to an url that presents the graph in the mermaid editor.
 *
 * @param code - code to convert
 */
export declare function mermaidCodeToUrl(code: string, edit?: boolean): string;
