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