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