declare module jQuery { export interface ISpecialEasingObject { [key: string]: string; } }