import * as check from "../../../../../../generated/sync/check/dictionary-of/generic/string"; export declare type MaybeDictionaryOfOneOfErrorCodeType = check.DictionaryOfOneOfResult; export declare function checkMaybeDictionaryOfOneOf(mixed: any, arr: T[]): undefined | MaybeDictionaryOfOneOfErrorCodeType;