import type { Covariant } from "../Covariant/index.js"; import type { Auto, URIS } from "../HKT/index.js"; import type { IdentityFlatten } from "../IdentityFlatten/index.js"; export interface Monad extends IdentityFlatten, Covariant { } //# sourceMappingURL=index.d.ts.map