export declare function isMaybeDictionaryOfArrayOfOneOf(mixed: any, arr: T[]): mixed is null | undefined | ({ [key: string]: (T)[]; });