export declare type ClassType<T> = {
    new (...args: any[]): T;
};
//# sourceMappingURL=types.d.ts.map