/** * Clean out the given DOM node * */ export declare const removeAllDomChildren: (node: Node) => void;