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