/** * 数组转为map * @param arr 需要转换的数组 * @param key 需要转换的数组对象key * @returns */ export declare const arrToMap: (arr: object[], key: string) => any;