/** * Declares the instance of an object */ export type Instance = { new (): T; prototype: T; };