import { Tuple } from 'ts-essentials'; export type Constructor = new (...args: A) => R;