import * as GenericDictionaryCheck from "../../../../sync/check/generic/dictionary"; import * as check from "../../../../sync/check/function"; export declare type DictionaryOfFunctionResult = GenericDictionaryCheck.IsDictionaryOfResult; export declare function checkDictionaryOfFunction(mixed: any): undefined | DictionaryOfFunctionResult;