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