export default function expandToHashMap(value: T, keys: Array): { [key: string]: T; };