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