export declare type InstanceOf): any; }> = A extends { new (...params: Array): infer B; } ? B : never; //# sourceMappingURL=InstanceOf.d.ts.map