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