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