import type { PrototypeStruct } from '../index.js'; interface Intersection { intersection(other: Set): T[]; } export declare const intersection: PrototypeStruct; declare global { interface Set extends Intersection { } } export {}; //# sourceMappingURL=intersection.d.ts.map