import * as GenericDictionaryCheck from "../../../../../sync/check/generic/dictionary"; import * as check from "../../../../../generated/sync/check/array-of/function"; export declare type DictionaryOfArrayOfFunctionResult = GenericDictionaryCheck.IsDictionaryOfResult; export declare function checkDictionaryOfArrayOfFunction(mixed: any): undefined | DictionaryOfArrayOfFunctionResult;