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