import type { BodyContent } from '../types.js'; export declare function renderBodyContent(content: BodyContent): string;