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