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