export declare function decodeUnicode(value: string): string;
export declare function decodeUnicode2(input: string): any;
