/**
 * Shared HTML escaping helper for UI string interpolation.
 */
export declare function escapeHtml(value: string): string;
