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