import { Event } from './event';
export declare const eventMerge: (events: Array<Event>) => any;
