/** * @author: yanxianliang * @date: 2025-08-19 14:20 * @modified:2025/8/19 14:20 by yanxianliang * @desc: 检测是否允许作为子节点 * * Copyright (c) 2025 by yanxianliang, All Rights Reserved. */ import { NodeDefinition } from "../.."; export declare const checkChildren: (groupDefinition: NodeDefinition, childDefinition: NodeDefinition) => boolean;