export declare function allChildNodes(node: Node): Element[]; export declare function allTextNodes(node: Node): Node[];