export declare function replaceHtmlEntities(str: string): string;
export declare const forbiddenAttrChars: string[];
