export declare class HtmlHelper { static encodeText(value: string): string; static decodeText(value: string): string; static encodeJson(jsonObject: object): string; static decodeJson(jsonObject: object): string; }