export declare const isSet: <T = any>(x: any) => x is Set<T>;
//# sourceMappingURL=is-set.d.ts.map