/** * Convert Markdown to Telegram-compatible HTML */ export declare function markdownToTelegramHtml(markdown: string): string; //# sourceMappingURL=markdown-to-html.d.ts.map