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