import { IUnityWebglExecMethodAction } from "../entity/event"; /** * 执行UnityWebglExecMethodAction * @param event 事件 * @param params 参数 */ export declare const executeUnityWebglExecMethodAction: (unityWebglExecMethodAction: IUnityWebglExecMethodAction, params: any) => void;