import { FilterFn } from '@collectable/core'; import { SortedSetStructure } from '../internals'; export declare function forEach(fn: FilterFn, set: SortedSetStructure): SortedSetStructure;