import { SortedSetStructure } from '../internals'; export declare function has(value: T, set: SortedSetStructure): boolean;