/** * Convert markdown to sanitized HTML */ export declare function markdownToHtml(content: string): string;