/** * WeakRef "polyfill" that will use a normal object if WeakRef is not supported. */ export declare const SafeWeakRef: WeakRefConstructor;