import type { HtmlPolicy } from 'stream-markdown-parser'; export declare function sanitizeHtmlContent(content: string, policy?: HtmlPolicy): string;