import type { FrameContext } from './frame.ts'; export declare function diffDom(current: NodeListOf | Node[], next: NodeListOf | Node[] | string): void; export declare function diffNodes(curr: Node[], next: Node[], context: FrameContext): void; //# sourceMappingURL=diff-dom.d.ts.map