import { ChildCache } from '../types'; export declare const initDynamicChild: (element: Node, value: any) => ChildCache; export declare const initDynamicChildren: (element: Node, values: readonly any[]) => ChildCache[];