import { Element } from './Element.js'; type Node = Element; export { Node };