/**
 * Creation of string from HTML entities
 *
 * Used first in ALVFinMan for reading CanvasContent1 in Modern Pages

*/
export declare function convertHTMLToJSONv1(str: string): string;
/**
 * This can take SharePoint html content ( like from ModernPage CanvasContent1 field and make it readable )
 * @param str
 * @returns
 */
export declare function replaceHTMLEntitiesv1(str: string): string;
//# sourceMappingURL=html.d.ts.map