import { ChildCache } from '../types'; export declare const replaceChild: (element: Node, cache: ChildCache, nextValue: any) => void;