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