export declare function includesAny(array?: E[] | readonly E[] | null, elements?: E[] | null): boolean;