export declare function isArrayOfDictionaryOfOneOf(mixed: any, arr: T[]): mixed is ({ [key: string]: T; })[];