declare const isSet: (value: any) => value is Set<any>;
export { isSet };
