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