export declare function htmlToMarkdown(html: string): string; export declare function htmlToText(html: string): string;