ErasedType Class
Erased type which can be used to expose a opaque/erased version of a type without referencing the actual type.
Sealed
This type is "sealed," meaning that code outside of the library defining it should not implement or extend it. Future versions of this type may add members or make typing of readonly members more specific.
Signature
/** @sealed */
export declare abstract class ErasedType<out Name = unknown>