declare function hasRefCounted<T extends object>(value: T): value is T & NodeJS.RefCounted;

export { hasRefCounted };
