/** * Join together all input arrays into one new array. */ declare const join: (a: Set, b: Set) => Set; export default join;