export declare const isDescendant: (parent: any, child: any) => boolean;
