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