import { IMoveAction } from "../entity/event"; /** * 执行组件移动 * @param event 事件 * @param params 参数 * @returns */ export declare const executeMoveAction: (moveAction: IMoveAction) => void;