export declare function assertArrayOfDictionaryOfFunction(name: string, mixed: any): (({ [key: string]: Function; })[]) | never;