export declare function expandToHashMap(value: number | string | boolean, keys: Array): { [key: string]: number | string | boolean; };