/**
* @since 1.5.0
*/
import { Index } from '..'
import { NonEmptyArray } from 'fp-ts/es6/NonEmptyArray'
* @category constructor
export declare function indexNonEmptyArray<A = never>(): Index<NonEmptyArray<A>, number, A>