/** * @author: yanxianliang * @date: 2025-08-03 20:31 * @desc: 监听 nodes变化 * * Copyright (c) 2025 by yanxianliang, All Rights Reserved. */ export declare const useNodes: () => import("../..").WorkflowNode[];