import { MapFn } from '@collectable/core'; import { HashSetStructure } from '../internals'; export declare function map(fn: MapFn, set: HashSetStructure): HashSetStructure;