export declare function intersection<I>(...iterables: (I[] | Set<I>)[]): I[];
//# sourceMappingURL=intersection.d.ts.map