import { HashSetStructure } from '../internals'; export declare function fromIterable(values: Iterable): HashSetStructure;