/**
 * Creates an object that holds a lookup for the objects in the array.
 */
declare function toLookup(arr: any, key: any): {};
export default toLookup;
