declare function isWeakRef<T extends WeakKey>(value: unknown): value is WeakRef<T>;
export = isWeakRef;