import { HashSetStructure } from '../internals'; export declare function isSet(arg: any): arg is HashSetStructure;