export default function mapToObj(arr: any, valFn: any, keyFn?: (item?: any) => any): any;