declare function isWeakSet(value: unknown): value is WeakSet; export = isWeakSet;