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