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