import * as GenericDictionaryCheck from "../../../../../../sync/check/generic/dictionary"; import * as check from "../../../../../../generated/sync/check/maybe/generic/object"; export declare type DictionaryOfMaybeInstanceOfResult = GenericDictionaryCheck.IsDictionaryOfResult; export declare function checkDictionaryOfMaybeInstanceOf(mixed: any, clazz: { new (...args: any[]): T; name: string; }): undefined | DictionaryOfMaybeInstanceOfResult;