declare function hasRefCounted(value: T): value is T & NodeJS.RefCounted; export { hasRefCounted };