/** * 转义 HTML 特殊字符 */ export declare const escapeHtml: (str: string) => string;