export declare function getFlattenedDOMTree(node: Node, depth?: number): HTMLElement[]; export declare function getChildren(node: any): any;