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