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