export declare function characterCount(str: any): any; export declare function wordCount(str: any): any; export declare function stripHtml(html: any): any;