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