/**
* @since 1.2.0
*/
import { Index } from '..'
* @category constructor
export declare function indexArray<A = never>(): Index<Array<A>, number, A>