import { ChildCache } from '../types'; export declare const replaceChildren: (element: Node, cache: ChildCache[], nextValues: readonly any[], terminator: Text) => void;