export default function doesArrayIncludeOneOf(arr: Item[], ...candidates: Item[]): boolean;