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