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