export declare type IStatic<T extends object> = new () => T;
