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