/** Render markdown string to HTML. Pure string transform, SSR-safe. */ export declare function renderMarkdown(markdown: string): string; //# sourceMappingURL=render.d.ts.map