import { ElementNode } from '../types'; export declare function findParents(node: ElementNode, selector: string): import("../types").ParentNode[];