import type { PrototypeStruct } from '../index.js'; interface IsDisjoint { isDisjoint(other: Set): boolean; } export declare const isDisjoint: PrototypeStruct; declare global { interface Set extends IsDisjoint { } } export {}; //# sourceMappingURL=is-disjoint.d.ts.map