export declare abstract class Singleton> { static current: T; constructor(); }