/** * @since 2.2.0 */ import { Index } from '..' /** * @category constructor * @since 2.2.0 */ export declare const indexReadonlyArray: <A = never>() => Index<ReadonlyArray<A>, number, A>