/** * Represents some Type of the Object. */ export type ObjectType = { new (): T }|Function;