export declare function htmlEscapeJsonString(str: string): string; export declare function htmlEscapeContent(str: string): string;