export declare namespace html {
    function toText(html: any): string;
}
