import { VNode } from "./types.js"; export declare function applyDiff(parent: Element | ShadowRoot, vnodes: VNode | VNode[]): void;