export declare function includesAny<I>(iterable: I[] | Set<I>, items: I[] | Set<I>): boolean;
//# sourceMappingURL=includesAny.d.ts.map