export declare function isDictionaryOfArrayOfObject(mixed: any): mixed is { [key: string]: (Object)[]; };