/** * @author: yanxianliang * @date: 2025-07-03 12:22 * @desc: 节点类型定义 * * Copyright (c) 2025 by yanxianliang, All Rights Reserved. */ import { NodeDefinition } from "../.."; export declare const nodeTypes: NodeDefinition[];