export type Constructor = new (...args: any[]) => T; export declare function isClass(value: Function): value is Constructor;