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