import { SortedSetStructure } from '../internals'; export declare function last(set: SortedSetStructure): T | undefined;