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 declare type FoldableWithIndex = ReduceRightWithIndex & ReduceWithIndex & FoldMapWithIndex; //# sourceMappingURL=index.d.ts.map