/** @docs-private */ export type Constructor = new (...args: any[]) => T;