/**
 *  // 重置所有事件动作，保存最新的不考虑原来的。
 * @param data
 */
export declare const resetAllEvent: (data: any) => void;
/**
 * dsl处理 文档参考：https://hxf646.yuque.com/hxf646/wkxeua/xvpnocoy4dpbenzm#YlCF7
 * @param params
 * @returns
 */
export declare const createEventActionOfH5: (params: any) => any;
