export declare function unicodeSafeTruncate(s: string, maxChars: number): string; export declare function htmlToMarkdown(html: string): string; export declare function htmlToText(html: string): string;