import { IRefreshVariableAction } from "../entity/event"; /** * 执行刷新变量行为 * @param event 事件 * @param params 参数 */ export declare const executeRefreshVariableAction: (refreshVariableAction: IRefreshVariableAction) => void;