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