/** * @author: yanxianliang * @date: 2025-07-02 11:40 * @desc: 获取节点类型定义 * * Copyright (c) 2025 by yanxianliang, All Rights Reserved. */ import { NodeTypeComponent } from "../types"; export declare const useNodeTypes: () => Record;