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