/** * 判断是否为父节点 */ export declare function isParentNode(context: any): boolean;