/** * Renders a Markdown string to HTML using `marked`. * * @throws If `marked` is not installed. */ export declare function renderMarkdown(source: string): Promise;