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