export declare function isMaybeArrayOfDictionaryOfObject(mixed: any): mixed is null | undefined | (({ [key: string]: Object; })[]);