declare type ConstructorReference<T> = (new (...p: any[]) => T);
export default ConstructorReference;
