/** * Apply changes of `Node` or HTML string to given `Node` optimally. */ export declare function update(current: Node, nextNodeOrHtml: Node | string | null): void;