export declare function isClass(func: unknown): func is new (...args: any[]) => any;