export declare function isIncluded(target: (v: T) => boolean, source?: T | T[]): boolean;