/// declare module jQuery { export interface IEventHandler { (event: IEvent, ...rest): any; } }