Repository URL to install this package:
export interface Type<T> extends Function { new (...args: any[]): T; }