import { DocumentNode, ElementNode } from '../types'; export declare function findRoot(node: ElementNode | DocumentNode): ElementNode;