import { IUnityIframeExecMethodAction } from "../entity/event"; /** * 执行UnityIframeExecMethodAction * @param event 事件 * @param params 参数 */ export declare const executeUnityIframeExecMethodAction: (unityIframeExecMethodAction: IUnityIframeExecMethodAction, params: any) => void;