export declare function isMaybeArrayOfDictionaryOfOneOf(mixed: any, arr: T[]): mixed is null | undefined | (({ [key: string]: T; })[]);