/** Convert an HTML string into a reasonable plain-text equivalent. */ export declare function htmlToText(html: string): string;