// ets_tracing: off import type * as HKT from "../HKT/index.js" export interface CovariantWithIndex extends HKT.Base { readonly _CovariantWithIndex: "CovariantWithIndex" readonly mapWithIndex: ( f: (k: HKT.IndexFor>, a: A) => B ) => ( fa: HKT.Kind ) => HKT.Kind }