export declare function hasAny<K, V>(mapOrSet: Map<K, V> | Set<K>, items: K[] | Set<K>): boolean;
//# sourceMappingURL=hasAny.d.ts.map