import type { HierarchyNodeQuery } from '../types'; export declare function isDescendantOf(parentMatch: HierarchyNodeQuery): HierarchyNodeQuery;