declare module jQuery { export interface IFXObject { interval: number; off: boolean; } }