/** * Escape a string for safe interpolation as HTML text-node content. */ export declare function escapeHtml(value: string): string;