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