import { HashSetStructure } from '../internals'; export declare function add(value: T, set: HashSetStructure): HashSetStructure;