export declare function findNodes(element: HTMLElement, selector: string): NodeListOf; export declare function removeNode(node: Node): void;