import { PrototypeStruct } from '..';
export declare function utilIsSet<T>(x: any): x is Set<T>;
export declare type IsSetFn = (x: any) => boolean;
export declare const isSet: PrototypeStruct;
declare global {
    interface SetConstructor {
        isSet: IsSetFn;
    }
}
//# sourceMappingURL=is-set.d.ts.map