import { SortedSetStructure } from '../internals'; export declare type UpdateSetCallback = (set: SortedSetStructure) => SortedSetStructure | void; export declare function update(callback: UpdateSetCallback, set: SortedSetStructure): SortedSetStructure;