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