export declare function isInstanceOf(mixed: any, clazz: { new (...args: any[]): T; name: string; }): mixed is T;