export declare type Type = new (...args: any[]) => T; export declare type GenericClassDecorator = (target: T) => void;