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