/** * 设置节点的innerHtml * @param node 节点对象 * @param html 设置内容 */ export default function set_html(node: HTMLElement, html: string): void;