import { HashSetStructure } from '../internals'; export declare function fromArray(values: T[]): HashSetStructure;