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