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