import type { FoldMap } from "../FoldMap/index.js"; import type { Auto, URIS } from "../HKT/index.js"; import type { Reduce } from "../Reduce/index.js"; import type { ReduceRight } from "../ReduceRight/index.js"; export interface Foldable extends ReduceRight, Reduce, FoldMap { } //# sourceMappingURL=index.d.ts.map