/** * HTML 转义 */ export declare function escapeHtml(html: string): string;