/** * Generates an interactive HTML viewer for the workflow graph. * Based on the original Temporalio.Graphs viewer with Mermaid.js. */ export declare function generateViewerHtml(mermaidDiagram: string, title?: string): string; //# sourceMappingURL=template.d.ts.map