declare module jQuery { export interface IGrepFunction { (elementOfArray: T, indexInArray: number): boolean; } }