/** * 解析 HTML Entity,比如 / 转成 / * @param text 要解析的值 */ export declare const decodeEntity: (text: string) => string;