/// declare module jQuery { export interface IAnimationStartFunction { (animation: IPromise): any; } }