
export
function generate(type: string, options?: any): Event;

export
function simulate(element: EventTarget, type: string, options?: any): boolean;
