import { SortedSetStructure } from '../internals'; export declare function toNativeSet(set: SortedSetStructure): Set;