export declare function promiseDictionaryOfArrayOfNullOrUndefined(name: string, mixed: any): Promise<{ [key: string]: (null | undefined)[]; }>;