export declare type ObjectType = { new (): T; } | Function;