export declare function escapeHTML(str: string): string; export declare const escapeHtml: typeof escapeHTML; export declare function buildAttributes(attrs: Readonly>): string; export declare function buildNonceAttribute(nonce?: string): string; export declare function escapeInlineScriptContent(content: string): string; export declare function escapeInlineStyleContent(content: string): string; //# sourceMappingURL=html-escape.d.ts.map