declare function arrayIndexOf(list: any, val: any): any;
export default arrayIndexOf;
