/** As oppose to WeakRef */ export declare class StrongRef { #private; constructor(data: T); deref(): T; get [Symbol.toStringTag](): string; } //# sourceMappingURL=StrongRef.d.ts.map