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