/** * A wrapper of mermaid CLI * https://github.com/mermaid-js/mermaid-cli */ export declare function mermaidToPNG(mermaidCode: string, pngFilePath: string, projectDirectoryPath: string, themeName: any): Promise;