import { Root } from '../root'; import { Element } from '../element'; export { Root, Element }; export declare type Node = Root | Element;