import type { a_nowrap_T } from '../a_nowrap/index.js' /** * Returns a `set` with the intersection of the members * @see {@link http://www.2ality.com/2015/01/es6-set-operations.html} */ export declare function intersection_set_< I extends unknown = unknown >( member_a_nowrap_a_nowrap:a_nowrap_T> ):Set export { intersection_set_ as set_intersection_fn, intersection_set_ as _intersection__set, }