import type { RenderOptions, RenderResult } from '../types.js'; /** * Render markdown to HTML with syntax highlighting, TOC extraction, and frontmatter parsing. */ export declare function renderMarkdown(markdown: string, options?: RenderOptions): Promise; //# sourceMappingURL=pipeline.d.ts.map