/** * Lightweight markdown-to-HTML converter for email rendering. * Handles the most common markdown patterns without external dependencies. */ export declare function markdownToHtml(text: string): string; //# sourceMappingURL=markdown-to-html.d.ts.map