export declare const mergeSets: <V>(...iterables: Set<V>[]) => Set<V>;
