/**
 * Array indicesOf
 */
declare function indicesOf(arr: any, item: any, fromIndex: any): any[];
export default indicesOf;
