import { SortedSetStructure } from '../internals'; export declare function isSortedSet(arg: any): arg is SortedSetStructure;