import { SortedSetStructure } from '../internals'; export declare function union(other: SortedSetStructure | T[] | Iterable, main: SortedSetStructure): SortedSetStructure;