/** * Escapes text for safe interpolation into HTML text content and quoted attributes */ export declare function escapeHTML(str: string): string;