export type Constructable = { new (value?: any): object; };