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