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