<!-- Do not edit this file. It is automatically generated by API Documenter. --> [`Constructor`](Constructor) ## Constructor type **Signature:** ```typescript export type Constructor<T> = abstract new (...args: any[]) => T; ```