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