export declare function isDictionaryOfOneOf(mixed: any, arr: T[]): mixed is { [key: string]: T; };