export declare function stripHtmlTags(s: string): string;
export declare function decodeHtmlEntities(s: string): string;
