import { ElementNode, ParentNode } from '../types'; export declare function parents(node: ElementNode, excludeSelf?: boolean): ParentNode[];