import type { RenderContext } from '../types.js'; /*** * Renders markdown artifacts from the documentation model. */ export declare function renderMarkdown({ badges, diagrams, model, outputDir, }: RenderContext): Pick;