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