import { IScaleAction } from "../entity/event"; /** * 执行缩放行为 * @param event 事件 * @param params 参数 * @returns */ export declare const executeScaleAction: (scaleAction: IScaleAction) => void;