// ets_tracing: off import type { FoldMapWithIndex } from "../FoldMapWithIndex/index.js" import type { Auto, URIS } from "../HKT/index.js" import type { ReduceRightWithIndex } from "../ReduceRightWithIndex/index.js" import type { ReduceWithIndex } from "../ReduceWithIndex/index.js" export type FoldableWithIndex = ReduceRightWithIndex & ReduceWithIndex & FoldMapWithIndex