declare function isWeakRef(value: unknown): value is WeakRef; export = isWeakRef;