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