import type { RenderContext } from '../types.js'; /*** * Renders a deterministic static HTML documentation app. */ export declare function renderHtml({ diagrams, model, }: RenderContext): Pick;