export declare class DecodeUtil { constructor(); htmlDecode(input: any): any; htmlDecode2(input: any): any; }