import { TreeNode } from './interface'; export declare function contains(parent: TreeNode, child: TreeNode | null | undefined): boolean;