/** * Represents some Type of the Object. */ export declare type ObjectType = { new (): T; } | Function;