export declare function isArrayOfDictionaryOfFunction(mixed: any): mixed is ({ [key: string]: Function; })[];