import { ForEachFn } from '@collectable/core'; import { HashSetStructure } from '../internals'; export declare function forEach(f: ForEachFn, set: HashSetStructure): HashSetStructure;