import { SortedSetStructure } from '../internals'; export declare function isEqual(set: SortedSetStructure, other: SortedSetStructure): boolean;