/** * HTML实体字符转string * @param {string} entity HTML实体字符 * @returns {string} string */ export declare function entityToString(entity: string): string;