export declare function arrayToObject(arr: T[]): { [key: string]: T; };