import { IRotateAction } from "../entity/event"; /** * 执行旋转行为 * @param event 事件 * @param params 参数 * @returns */ export declare const executeRotateAction: (rotateAction: IRotateAction) => void;